lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #28652] sockets/netconn: speed up rx by calling do_rec


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #28652] sockets/netconn: speed up rx by calling do_recv asynchronously
Date: Sun, 17 Jan 2010 18:30:29 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

URL:
  <http://savannah.nongnu.org/bugs/?28652>

                 Summary: sockets/netconn: speed up rx by calling do_recv
asynchronously
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: So 17 Jan 2010 18:30:29 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Change Request
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

Currently, during netconn_recv(), do_recv() is called synchronously into the
tcpip_thread to update the RX window. This could be done without waiting for
the result, which might save one thread-change.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28652>

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





reply via email to

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