]> git.meshlink.io Git - utcp/commitdiff
Always announce the receive window size as the size of the receive buffer.
authorGuus Sliepen <guus@sliepen.org>
Sun, 8 Mar 2020 20:52:23 +0000 (21:52 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sun, 8 Mar 2020 22:49:22 +0000 (23:49 +0100)
Since UTCP requires the application to handle incoming in-sequence data
immediately, the start of the receive buffer is always right after the
last ACKed byte, so we can always announce the size of the receive buffer
as the maximum receive window size.


No differences found