More --timeout improvements, especially for the receiving side:
authorWayne Davison <wayned@samba.org>
Sat, 2 Jan 2010 18:51:09 +0000 (10:51 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 2 Jan 2010 18:58:39 +0000 (10:58 -0800)
- The receiver now sends keep-alive messages to the generator
  when it is actively doing work and hasn't sent anything
  recently.  This ensures that the generator won't timeout
  if the receiver is working hard.
- The perform_io() code has improved keep-alive participation.
- Allow the sender to send some keep-alive messages, which
  ensures that if it is in a lull, it can probe the socket.


No differences found