lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5914] Move sockopt processing into tcpip_thread


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #5914] Move sockopt processing into tcpip_thread
Date: Thu, 03 May 2007 18:55:52 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

URL:
  <http://savannah.nongnu.org/patch/?5914>

                 Summary: Move sockopt processing into tcpip_thread
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: goldsimon
            Submitted on: Donnerstag 03.05.2007 um 18:55
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: goldsimon
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

To achieve this, I propose simply calling tcpip_callback() and moving the
processing of the options in lwip_setsockopt()/lwip_getsockopt() into
dedicated functions called by tcpip_callback(). sock->conn->mbox can be used
to wait for the callbacks to finish, as done for all netconn functions.

The only downside is we pull tcpip.h knowledge into sockets.c, but I think
that's OK.

See attached patch.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Donnerstag 03.05.2007 um 18:55  Name: sockets.c_sockopt.patch  Size:
3kB   By: goldsimon

<http://savannah.nongnu.org/patch/download.php?file_id=12684>

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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