On Thu, 12 Dec 2013 13:27:16 -0800, Dan Stromberg <drsali...@gmail.com> wrote:
On Thu, Dec 12, 2013 at 6:16 AM, Grant Edwards
<invalid@invalid.invalid> wrote:
I haven't done a lot of UDP, but are you pretty sure UDP can't at
least fragment large packets? What's a router or switch to do if
the
Path MTU isn't large enough for an original packet?

A router doesn't talk udp or tcp, it deals with ip packets, which it IS permitted to fragment.
Conversely the udp layer in the os doesn't care about MTU.

--
DaveA

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to