|
|
|
|
|
by tptacek
859 days ago
|
|
You could design a network protocol that fragments by capturing a variable number of bytes from the next header, and ICMP already does something like that. (None of this would fix the real problem with fragmentation, which is that you can't efficiently segment out a large frame without having some kind of reliability layer). |
|