Parent Directory
|
Revision Log
|
Patch
| Revision 1.17 by sysadm, Mon May 26 12:06:05 2025 UTC | Revision 1.18 by sysadm, Sun Jun 1 03:07:42 2025 UTC | |
|---|---|---|
| # | Line 27 char BBS_server[256] = ""; | Line 27 char BBS_server[256] = ""; |
| 27 | char BBS_address[50] = ""; | char BBS_address[50] = ""; |
| 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; | |
| 31 | unsigned int BBS_max_user = 10000; | unsigned int BBS_max_user = 10000; |
| 32 | char BBS_start_dt[50] = "2004年 1月 1日"; | char BBS_start_dt[50] = "2004年 1月 1日"; |
| 33 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |