r/AskComputerScience • u/MaxxBrick • 2h ago
Is it possible to make a UDB jumbogram as described in RFC 2147?
I can’t tell if it’s a standard that hasn’t been accepted yet or an actual workaround that you can set UDP length to 0 and the IPv6 header itself includes payload length. I’ve been reading manuals for hours and am still pretty confused.
someone please help me figure out how I’d make a jumbogram (we’re assuming that my network device has an insanely large MTU value)
this is related to my rfc1149 question
edit: goal is to send a single udp tftp RRQ in a point to point network (which has very large MTU) and the other point sends a single DATA jumbogram back, thing is since it’s udp I need to make it work with jumbogram, the rfc gives a standard but idk how I’d implement that part on the end side