CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/17 22:43:55
Modified files:
usr.sbin/identd: identd.c
Log message:
switch from having a timeout after every read/write for the client
connection to a timeout for the whole session. means a client cant sit
there feeding us a byte at a time for long periods, consuming fds on the
server.
it seems to simplify the code a bit too.
requested by deraadt@
