Bugfix: we were checking to see if you want to send a keepalive, based
commit5005f682aefb782bb50911809fa68ba9707a314d
authorRoger Dingledine <arma@torproject.org>
Mon, 23 May 2005 22:20:54 +0000 (23 22:20 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 23 May 2005 22:20:54 +0000 (23 22:20 +0000)
treed1a34e16ef8b76d813e3e625a8728cb84666f859
parentb984b1d09eb55c34600083f1af28ee28d54a8fd1
Bugfix: we were checking to see if you want to send a keepalive, based
on five minutes since last successful write. But if you have bytes queued
already, and they're not getting through, we were adding a new keepalive
every second. This was bad.

svn:r4296
src/or/main.c