Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Sun Jun 1 03:07:42 2025 UTC | Revision 1.19 by sysadm, Tue Jun 3 13:14:26 2025 UTC | |
|---|---|---|
| # | Line 24 | Line 24 |
| 24 | char BBS_id[20] = ""; | char BBS_id[20] = ""; |
| 25 | char BBS_name[50] = ""; | char BBS_name[50] = ""; |
| 26 | char BBS_server[256] = ""; | char BBS_server[256] = ""; |
| 27 | char BBS_address[50] = ""; | char BBS_address[50] = "0.0.0.0"; |
| 28 | in_port_t BBS_port = 23; | in_port_t BBS_port = 23; |
| 29 | unsigned int BBS_max_client = 256; | unsigned int BBS_max_client = 256; |
| 30 | unsigned int BBS_max_client_per_ip = 5; | unsigned int BBS_max_client_per_ip = 5; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |