lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #43739] Accept not reporting errors about aborted conn


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #43739] Accept not reporting errors about aborted connections
Date: Tue, 05 Apr 2016 19:43:53 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36

Update of bug #43739 (project lwip):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

Fixed: netconn_accept() returns ERR_ABRT (sockets: ECONNABORTED) for aborted
connections, ERR_CLSD (sockets: EINVAL) if the listening netconn is closed,
which better seems to follow the standard.
The only downside is that ERR_ABRT is not stored in conn->last_err (since that
would block further acceptes: ERR_ABRT is fatal) -> task #13922 Remove fatal
error handling

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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