]> git.meshlink.io Git - utcp/commitdiff
Several fixes for handling UDP-like channels.
authorGuus Sliepen <guus@sliepen.org>
Sun, 22 Sep 2019 13:01:29 +0000 (15:01 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 22 Sep 2019 13:13:54 +0000 (15:13 +0200)
- Drop data sent before the connection is established.
- Relax checks on incoming ACK seqnos
- Always consider all data ACKed
- Disregard hdr.seq when a FIN packet is received
- Don't ACK pure data packets


No differences found