]> git.meshlink.io Git - utcp/commit
Allow timers to be reset.
authorGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 15:43:48 +0000 (17:43 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 15:43:48 +0000 (17:43 +0200)
commit0f36bb393e49ecab387b1bfe88741a337d4a8834
treea3931da411348c1eb8bf72f438c7af326daceffb
parentd1b2b2dc5997c6818e24bd45b916d8b06c13b892
Allow timers to be reset.

The function utcp_reset_timers() will reset the retransmit timers of all
connections to zero, so they will fire immediately. The connection timeout will
be reset to the user timeout value, and if the RTO is larger than the
starting RTO, it will be set to the starting RTO.
utcp.c
utcp.h