Skip to content
Snippets Groups Projects
Commit d4fa656d authored by akwizgran's avatar akwizgran
Browse files

Application layer keepalives to detect dead TCP connections.

DuplexOutgoingSession flushes its output stream if it's idle for a
transport-defined interval, causing an empty frame to be sent. The TCP
and Tor plugins use a socket timeout equal to twice the idle interval to
detect dead connections.

See bugs #27, #46 and #60.
parent 3a70aa76
No related branches found
No related tags found
No related merge requests found
Showing
with 95 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment