AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Support IP Fragmentation/Reassembling #17

Open sbernard31 opened 5 years ago

sbernard31 commented 5 years ago

RFC 791 says:

Fragmentation of an internet datagram is necessary when it originates in a local net that allows a large packet size and must traverse a local net that limits packets to a smaller size to reach its destination.

My guess is that we don't need to support that. Katran does not support that too.