]> git.meshlink.io Git - utcp/commit
Ensure we retransmit the SYNACK packet if we didn't get an ACK back for it.
authorGuus Sliepen <guus@sliepen.org>
Mon, 4 May 2020 06:36:44 +0000 (08:36 +0200)
committerGuus Sliepen <guus@sliepen.org>
Mon, 4 May 2020 06:36:44 +0000 (08:36 +0200)
commit4f6345726724732b564dd55b20ecb3e20a127bd0
treee9764eac4e8f9c5880addc3d2b0e779c75451785
parent6cee45014dd79d59914693afad9ca3b6af7f3cb3
Ensure we retransmit the SYNACK packet if we didn't get an ACK back for it.

We didn't start the retransmission timer when we got an incoming connection,
and we didn't send an ACK back when we received a retransmitted SYNACK
without any data.
utcp.c