Re: Almost 80% of UDP packets dropped

From: kernel coder
Date: Mon Jan 09 2006 - 00:51:23 EST


Thanks for all your help.Ethernet driver is already using NAPI.

The main problem was that the sender was running on P4 which has 3 gHz
speed and the reciever had speed 133MHz.So the sender was transmitting
packets far quicker than the reciever could handle.

Then i used the sme MIPS board as transmitter and another one as
receiver so now i recieved almost 80% of transmitted file.

shahzad

On 1/7/06, Tomasz Torcz <zdzichu@xxxxxx> wrote:
> On Sat, Jan 07, 2006 at 10:19:56PM +0100, Jan Engelhardt wrote:
> >
> > >> Use TCP instead.
> > >
> > > Or DCCP.
> >
> > Don't you mean SCTP?
>
> No, DCCP, UDP-like protocol with TCP-like congestion control. In
> mainline kernel since 2.6.14. DCCPv6 in the works.
> http://www.wlug.org.nz/DCCP http://lwn.net/Articles/149756/
>
> --
> Tomasz Torcz "God, root, what's the difference?"
> zdzichu@xxxxxxxxxxxxxxxxx "God is more forgiving."
>
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/