[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Simple udp echo problem
- Date: Mon, 28 Jan 2008 15:12:51 +0200
- From: leonp at plris.com (Leon Pollak)
- Subject: Simple udp echo problem
On Monday, 28 ?January 2008, Thomas Doerfler wrote:
> Hi Leon,
>
> this is just a bad guess:
>
> is it possible that your networking driver does not PAD short transmit
> frames to the minimum length of 64 bytes (total packet length)? Some
> network controllers (including the *QUICC* family from Freescale) allows
> to switch this padding off (or to define the minimum transmit packet
> length) and this would make the device send short packets. Most switches
> (and receivers) would ignore these packets.
>
> wkr,
> Thomas.
Thomas,
You hit the bull in the eye!!!
I was looking all around the code for 2 days already!
1001 of thanks.
Leon.