| Subject: Re: Packet loss with large packets |
Author:
David F. Skoll
|
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
Date Posted: 22:01:19 2006-04-25 Tue
Author Host/IP: 209.217.122.117 In reply to:
Hans Waldmann
's message, "Packet loss with large packets" on 16:46:57 2006-04-25 Tue
>We are facing some issues when we try to
>send big size packets let say data size of 1460.
Read the PPPoE RFC. PPPoE adds 8 bytes of overhead to each packet. The typical Ethernet maximum frame size is 1500 bytes. If you knock of 20 bytes each for the IP and UDP headers, and 8 bytes of PPPoE overhead, your MTU is 1452. Larger packets will be fragmented if possible, or discarded if not. On some networks, you can increates the Ethernet maximum frame size, but this isn't always possible.
--
David.
[
Next Thread |
Previous Thread |
Next Message |
Previous Message
]
| |