Don't loop forever when the receiver is waiting around to be killed
authorWayne Davison <wayned@samba.org>
Sun, 27 Feb 2005 18:24:34 +0000 (18:24 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 27 Feb 2005 18:24:34 +0000 (18:24 +0000)
commit55bb7fff14fca1a5e0c27a781ea8d6e94e091ed8
tree88d35f17f9ccd0af3d3fbee5f6708bf2107a44b6
parent662bdcd4ac65f2e6220615f7fd10e90d248e0596
Don't loop forever when the receiver is waiting around to be killed
at EOF -- it should be a rapidly arriving event, so only hang around
for 10 seconds, max., and then go ahead and report the "unexpectedly
closed" error.
io.c