Abstract: In wireless networks, TCP performs unsatisfactorily since packet reordering and random losses may be falsely interpreted as congestive losses. This causes TCP to trigger fast retransmission ...
as a client , connect an non-existent address which in the same subnet, when establish timer is timeout , there will be a segment fault in tcp_expired_timers_dispatch. details As follow: Maybe there ...
diff --git a/src/core/tcp.c b/src/core/tcp.c index b65ab33..436ef85 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -202,13 +202,26 @@ PER_THREAD u8_t tcp_active ...