Print this page
Marcel's code review fixes
Marcel's update to 7651

*** 91,101 **** .debug = 0, .timout = 5 * 60, .grace = 90, .retransmittimeout = 5 }; ! int max_servers = 20; #define RET_OK 0 /* return code for no error */ #define RET_ERR 33 /* return code for error(s) */ --- 91,101 ---- .debug = 0, .timout = 5 * 60, .grace = 90, .retransmittimeout = 5 }; ! int max_servers = 256; #define RET_OK 0 /* return code for no error */ #define RET_ERR 33 /* return code for error(s) */