]> git.meshlink.io Git - utcp/commit - utcp.c
Always send an ACK back when we receive data from the peer.
authorGuus Sliepen <guus@sliepen.org>
Sat, 5 Oct 2019 12:29:16 +0000 (14:29 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sat, 5 Oct 2019 12:29:16 +0000 (14:29 +0200)
commiteb0a013a9b6c957aee0aecebc7d451dfd6851661
tree243a595302c31ff01e234cc484801afbddd5f66b
parentb92868c9f1e00601c1cb5cccc6dc01fdb79de4ca
Always send an ACK back when we receive data from the peer.

A previous ACK could get lost, causing the peer to resend data. If the
retransmission doesn't contain any new data, we would consider this data
to be outside our receive window, and then not resend our ACK.
utcp.c