CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/04/18 06:10:54
Modified files: usr.sbin/relayd: parse.y relay.c relay_udp.c relayd.conf.5 relayd.h Log message: Remove RELAY_MAX_SESSIONS from relayd, there is no reason to limit relays to 1024 session per process (esp. with keep-alive). Now the fd limit is the new maximum and relayd will make sure to not accept too many sessions. The tcp backlog config maximum is now 512, adjust manpage accordingly. OK benno@ deraadt@