]> git.meshlink.io Git - utcp/commit - utcp.c
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)
commita7d31e61566f0d2e6cb0821fcdaf74ccfc1f8f64
tree00e96522d59429e9cc5a6977ae865af61e84d915
parent134cccee1441033ad5bcb736a689a3a7481886d8
Add IPv4 style fragments for UDP style channels.

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