]> git.meshlink.io Git - utcp/commitdiff
Add IPv4 style fragments for UDP style channels.
authorGuus Sliepen <guus@sliepen.org>
Thu, 2 Apr 2020 22:15:29 +0000 (00:15 +0200)
committerGuus Sliepen <guus@sliepen.org>
Thu, 2 Apr 2020 22:15:29 +0000 (00:15 +0200)
Add a More Fragments (MF) bit to the ctl field in the header, and reuse the
wnd field for the fragment offset.

We only handle fragments that are received in-order. But this allows an
application to not care about the maximum segment size.


No differences found