]> git.meshlink.io Git - utcp/commitdiff
Add a function to manually start the connection timeout timers.
authorGuus Sliepen <guus@sliepen.org>
Sun, 7 Jul 2019 16:00:06 +0000 (18:00 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 7 Jul 2019 16:00:06 +0000 (18:00 +0200)
If the application knows the peer is offline, it can call utcp_offline().
This will start the connection timers on all connections to that peer.
This can be undone by marking the peer online again. This will also reset
the retransmission timers.


No differences found