]> git.meshlink.io Git - utcp/commit
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)
commit36555fb967087c22ec8854b4cad158f7d2688c5b
treeda88094358fe108546880271b61750ee6bf9e767
parentb4e6d4bac314221a8bdb522daef24b606f143cee
Don't call abort() in retransmit().

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().
Makefile