scionassociation / scion-dp_I-D

Specification of the SCION data plane
https://scionassociation.github.io/scion-dp_I-D/
Other
1 stars 0 forks source link

Add discussion about MTU & fragmentation #39

Open nicorusti opened 1 month ago

nicorusti commented 1 month ago

Feedback Harald Alvestrand The description of SCION refers to using UDP/IP as the internal substrate inside an AS, and as a framing protocol on inter-AS links. This means that the Internet MTU of 1500 bytes (1200 for IPv6) will be in effect. Path hops take 12 bytes + a couple of “segment headers” of 16 bytes - which means that a 10-hop, 3-segment path will take 168 bytes for the routing information. This is enough to reduce the MTU significantly, and the MTU will be unpredictable and maybe variable, since the path for a given packet may change dynamically. (The packet format, like UDP’s, permits 68K-byte packets. However, fragmentation is A Thing.)

Related issues:

Also:

jiceatscion commented 1 week ago

Here's what I think we could say:

Fragmentation:

MTU: