]> git.meshlink.io Git - utcp/commitdiff
Don't call abort() in retransmit().
authorGuus Sliepen <guus@meshlink.io>
Wed, 3 Dec 2014 12:42:27 +0000 (13:42 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 5 Dec 2014 11:53:11 +0000 (12:53 +0100)
The retransmission timer can sometimes get called when in one of the
closing states. This is not implemented yet, but it's better to just
ignore those cases for now than to abort().


No differences found