Flent-users discussion archives
 help / color / mirror / Atom feed
* [Flent-users] IRTT UDP-lite support
@ 2019-03-08 19:25 Pete Heist
  2019-03-08 20:31 ` Dave Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Pete Heist @ 2019-03-08 19:25 UTC (permalink / raw)
  To: flent-users

I had a tip to consider adding UDP-lite support for IRTT so I’m first thinking through how this might be helpful and how it would work.

The short summary of UDP-lite is that it allows sending partially damaged packets, with an optional checksum for some bytes at the beginning of the packet (for example, for a packet header). It uses a different IP protocol number (136 instead of 6), so a socket either listens for regular UDP or UDP-lite. Otherwise, UDP-lite is semantically the same as UDP.

Potentially, I could add flags to the client and server to use UDP-lite (or allow specifying a separate port for UDP-lite on the same server). I would still have UDP-lite checksum the IRTT header, because if I can’t assume I have a valid header error then checking will probably get rather complicated. So if there’s damage to the header the packet would be dropped without my knowing, but if the damage occurs in the payload I’d still receive it, then I could add an optional checksum and/or length in the header to detect corruption in the body and keep a count of corrupted packets.

I’m not sure yet how well UDP-lite does through NAT.

But basically, it could be used to estimate how much corruption is occurring on the path from client to server, so we can distinguish between corruption and dropped packets. Presumably this would mainly be useful for mobile networks (not WiFi though, as I think it does it’s own checksums / error correction).

Thoughts?


_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-12 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-08 19:25 [Flent-users] IRTT UDP-lite support Pete Heist
2019-03-08 20:31 ` Dave Taht
2019-03-08 21:10   ` Dave Taht
2019-03-09  9:34   ` Pete Heist
2019-03-12 13:17     ` Pete Heist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox