From 36555fb967087c22ec8854b4cad158f7d2688c5b Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 3 Dec 2014 13:42:27 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2