]> git.meshlink.io Git - utcp/commit
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)
commitb92868c9f1e00601c1cb5cccc6dc01fdb79de4ca
tree12556018b12cd5136474b14793a5df781de5b3e6
parent67f92e296735cd36163e4e0a15315a9cfed13563
Several fixes for handling UDP-like channels.

- 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
utcp.c