]> git.meshlink.io Git - utcp/commit
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)
commitfa93ca75a603758e00781f2e9acb52bdbe6695b7
tree975f1e1d408dd4ac56e9a244b13675413e9e9c37
parent6ef1b39de8c0b0537da02b212acaba3242afe142
Add a function to manually start the connection timeout timers.

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.
utcp.c
utcp.h