From: Guus Sliepen Date: Wed, 3 Dec 2014 12:42:27 +0000 (+0100) Subject: Don't call abort() in retransmit(). X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=36555fb967087c22ec8854b4cad158f7d2688c5b;p=utcp 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(). --- diff --git a/Makefile b/Makefile index 07308be..d10352e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS ?= -O0 -Wall -g +CFLAGS ?= -O2 -Wall -g CFLAGS += -std=c99 -DUTCP_DEBUG BIN = selftest test