Files
tor/changes
David Goulet 2420e84ba4 mainloop: Reactivate the linked connection event with a non empty list
Linked connections aren't woken up by libevent due to I/O but rather
artificially so we can, by chunks, empty the spooled object(s).

Commit 5719dfb48f (in 0.3.4.1-alpha) made it
that the schedule_active_linked_connections_event would be only called once at
startup but this is wrong because then we would never go through again the
active linked connections.

Fortunately, everytime a new linked connection is created, the event is
activated and thus we would go through the active list again. On a busy relay,
this issue is mitigated by that but on a slower relays or bridge, a connection
could get stuck for a while until a new directory information request would
show up.

Fixes #28717, #28912
2018-12-21 11:25:23 -05:00
..
2018-09-01 18:47:20 -04:00
2018-06-02 12:53:04 +03:00
2018-06-20 08:01:02 -04:00
2018-08-08 09:26:21 -04:00
2018-06-13 09:59:26 -04:00
2018-06-20 07:49:41 -04:00
2018-06-21 09:18:51 -04:00
2018-06-16 10:20:21 -04:00
2018-06-21 08:53:37 -04:00
2018-08-10 11:14:32 +10:00
2018-07-18 16:39:22 -04:00
2018-07-25 14:39:31 +10:00
2018-08-24 10:11:20 +10:00
2018-08-08 09:56:51 -04:00
2018-08-10 11:22:36 +10:00
2018-09-12 14:22:31 +00:00
2018-11-12 15:39:28 -05:00
2018-11-14 07:51:36 -05:00
2018-06-27 14:42:06 -05:00
2018-07-12 14:12:13 -04:00
2018-06-20 08:29:38 -04:00
2018-06-20 08:29:38 -04:00
2018-06-29 13:04:29 -04:00
2018-08-10 11:23:26 +10:00
2018-08-09 22:18:53 +10:00
2018-08-09 22:19:00 +10:00
2018-09-18 19:26:54 +10:00