K 10 svn:author V 3 pjd K 8 svn:date V 27 2010-11-02T22:13:08.307977Z K 7 svn:log V 414 Send packets to remote node only via the send thread to avoid possible races - in this case a keepalive packet was send from wrong thread which lead to connection dropping, because of corrupted packet. Fix it by sending keepalive packets directly from the send thread. As a bonus we now send keepalive packets only when connection is idle. Submitted by: Mikolaj Golub MFC after: 3 days END