lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #6370] Sending to myself


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #6370] Sending to myself
Date: Tue, 17 Jun 2008 19:42:54 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14

Update of patch #6370 (project lwip):

                  Status:             In Progress => Ready For Test         

    _______________________________________________________

Follow-up Comment #21:

I just changed the loopback code a little: Basically, the multithreading
environment now behaves much the same like the
non-OS environment (packets are put on a list in the netif). The only real
difference is that the multithreading environment
schedules a call to netif_poll for that netif using tcpip_callback(), which
has to be done manually in the non-OS
environment.

Also, I introduced a new setting, LWIP_LOOPBACK_MAX_PBUFS, which can limit
the maximum number of pbufs queued for
loopback for each netif.

I even found the time to test it for both NO_SYS settings :-)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6370>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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