Changed ping behaviour (backwards compatible). If we don't have any data
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 14 May 2000 13:02:20 +0000 (13:02 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 14 May 2000 13:02:20 +0000 (13:02 +0000)
to send, we don't need to check if the connection is still alive.
Furthermore, if we receive any kind of data from the other end, we know
it's alive, so we don't need to check it either. So, PING requests are
only sent if we send packets but there is no response.


No differences found