CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/12 11:18:11
Modified files:
usr.sbin/relayd: relay.c
Log message:
A connection that is constantly sending data uni-directionaly from
the client to the server did always trigger the session timeout.
The reason for this behavior was that any read event reset the
client side timeout. A read event on one side must reset the timeout
for the other side instead.
ok deraadt@
