| 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; |
| 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 |
|
|
| 34 |
char BBS_username[BBS_username_max_len + 1]; |
char BBS_username[BBS_username_max_len + 1]; |
| 35 |
|
char BBS_user_tz[BBS_user_tz_max_len + 1]; |
| 36 |
|
|
| 37 |
time_t BBS_login_tm; |
time_t BBS_login_tm; |
| 38 |
time_t BBS_last_access_tm; |
time_t BBS_last_access_tm; |