/[LeafOK_CVS]/lbbs/src/bbs.c
ViewVC logotype

Diff of /lbbs/src/bbs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.20 by sysadm, Wed Jun 4 13:27:09 2025 UTC Revision 1.21 by sysadm, Thu Jun 5 05:24:55 2025 UTC
# Line 27  char BBS_name[BBS_name_max_len + 1] = "E Line 27  char BBS_name[BBS_name_max_len + 1] = "E
27  char BBS_server[BBS_server_max_len + 1] = "bbs.example.com";  char BBS_server[BBS_server_max_len + 1] = "bbs.example.com";
28  char BBS_address[BBS_address_max_len + 1] = "0.0.0.0";  char BBS_address[BBS_address_max_len + 1] = "0.0.0.0";
29  in_port_t BBS_port = 23;  in_port_t BBS_port = 23;
 int BBS_ssh_v2 = 0;  
30  int BBS_max_client = MAX_CLIENT_LIMIT;  int BBS_max_client = MAX_CLIENT_LIMIT;
31  int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT;  int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT;
32  int BBS_max_user = BBS_MAX_USER_LIMIT;  int BBS_max_user = BBS_MAX_USER_LIMIT;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1