Displaying 1 result from an estimated 1 matches for "689add14".
2006 Jan 14
1
[PATCH] Maintain outgoing TCP meta buffer
Here's a patch that does the steps I mentioned in my last email:
- remove BlockingTCP
- make send_meta return true on EWOULDBLOCK
- add logic to main_loop to watch for write availability of meta
connections with non-empty buffers and flush them.
It fixes the extra packets with TCPOnly and should resolve the
problems that made BlockingTCP necessary also. (No testing of that
last bit.)