[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #13922] Remove fatal error handling
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [task #13922] Remove fatal error handling |
Date: |
Thu, 10 Mar 2016 06:24:36 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36 |
URL:
<http://savannah.nongnu.org/task/?13922>
Summary: Remove fatal error handling
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Do 10 Mär 2016 06:24:35 GMT
Category: None
Should Start On: Do 10 Mär 2016 00:00:00 GMT
Should be Finished on: Do 10 Mär 2016 00:00:00 GMT
Priority: 5 - Normal
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
Effort: 0.00
_______________________________________________________
Details:
The way I see it, ERR_IS_FATAL() is only really needed when accept or reading
from a netconn to prevent blocking if the connection has been closed.
Instead of using a generic way and marking errors as FATAL in err.h, we should
fix this in the netconn layer and mark netconns as closed when blocking on
acceptmbox/recvmbox should be prevented.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?13922>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [task #13922] Remove fatal error handling,
Simon Goldschmidt <=