lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] New example program in contrib


From: Leon Woestenberg
Subject: Re: [lwip-users] New example program in contrib
Date: Fri, 11 Apr 2003 23:14:49 +0200

Hello David,

> chargen.c in a new dirrectory off contrib: contrib/apps/chargen. Look at
> 
> I have also been using this for testing lwip. It moves a lot of data and
> I have found it to be a pretty good test of tcp.
>
Very nice David. it also helps to hear about your experiences with lwIP.

We could actually do a stress test on TCP, simulating packet loss by
tweaking a netif driver to:
- drop some incoming packets, i.e. not putting them in pbufs at all.
- lose some outgoing packets (just not sending them on the link).

When this happens (pseudo)random, we have a very good stress
test for TCP's recovery mechanism.

I lost track of which netif you are using? If it's cs8900, I would like
to work along to get such a test going.

Regards,

Leon.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]