lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #39718] disconnecting an UDP socket reports an error


From: Kai Raschick
Subject: [lwip-devel] [bug #39718] disconnecting an UDP socket reports an error
Date: Wed, 07 Aug 2013 11:35:44 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0

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

                 Summary: disconnecting an UDP socket reports an error
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: raschick
            Submitted on: Mi 07 Aug 2013 11:35:43 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: 1.3.2

    _______________________________________________________

Details:

disconnecting a connected UDP socket by calling connect() with parameter
name->sin_family = AF_UNSPEC allways reports an EIO error (illegal argument).

in function lwip_connect, if parameter name->sin_family = AF_UNSPEC,
netconn_disconnect() should be called, but before that, the parameter is
checked and an error is returned if name->sin_family is not equal to AF_INET.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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