]> git.meshlink.io Git - utcp/commit
Distinguish between MTU and MSS.
authorGuus Sliepen <guus@sliepen.org>
Thu, 19 Mar 2020 07:30:58 +0000 (08:30 +0100)
committerGuus Sliepen <guus@sliepen.org>
Thu, 19 Mar 2020 07:30:58 +0000 (08:30 +0100)
commit1cd490633b3975e51163a96eadfa9b7490dc93a0
treed857c1e8d5569bad542f4c13bd947b063822a4ef
parent83f65f2eee2d5c7d58b27021770926d53f0f193e
Distinguish between MTU and MSS.

Have the application set the maximum size of a UTCP packet (= MTU), and from
that derive the maximum size of the payload of a UTCP packet (= MSS).
test.c
utcp.c
utcp_priv.h