relayd session timeout

2011-09-01 Thread Alexander Bluhm
Hi, The relayd used the CHECK_TIMEOUT for connect and ssl handshake. This is 200 milliseconds and too short. Instead use the 600 seconds session timeout that is used for accepted sessions everywhere else. While there, make flag handling in relay_ssl_transaction() consistent to the other

relayd session timeout

2011-03-11 Thread Alexander Bluhm
Hi, When relaying unidirectional tcp traffic, relayd handles session timeouts in a strange way. A connection that is constantly sending data from the client to the server will always trigger the session timeout. In contrast, if the data is only transfered from the server to the client, the