lwIP - A Lightweight TCP/IP stack - Bugs: bug #43110, call getpeername() before listen()...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43110: call getpeername() before listen() will cause a error.
| Submitter: | hanhui <hanhui03> | ||
| Submitted: | Sat 30 Aug 2014 03:30:46 PM UTC | ||
| Category: | sockets/netconn | Severity: | 3 - Normal |
| Item Group: | Change Request | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | git head | ||
Jump to the original submission
|
Thu 26 Feb 2015 08:16:08 PM UTC, comment #6: |
Simon Goldschmidt <goldsimon> |
|
Thu 04 Sep 2014 06:22:23 PM UTC, comment #5: Alright, I hadn't continued to other functions, but listen() succeeds now. I was in the assumption that a succesful execution of listen() would reset the netconn's err member, which it obviously doesn't... |
Simon Goldschmidt <goldsimon> |
|
Wed 03 Sep 2014 01:20:10 PM UTC, comment #4: Simon please see netconn_accept()
|
hanhui <hanhui03> |
|
Wed 03 Sep 2014 12:53:02 PM UTC, comment #3:
|
Simon Goldschmidt <goldsimon> |
|
Wed 03 Sep 2014 12:19:30 PM UTC, comment #2: Hi Simon
|
hanhui <hanhui03> |
|
Tue 02 Sep 2014 08:35:25 PM UTC, comment #1: Fixed by re-sorting the error numbers and letting listen() continue on ERR_CONN.
|
Simon Goldschmidt <goldsimon> |
|
Sat 30 Aug 2014 03:30:46 PM UTC, original submission:
Hello All
|
hanhui <hanhui03> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 7 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-26 | goldsimon | Status | In Progress | Fixed | |
| Open/Closed | Open | Closed | |||
| 2014-09-04 | goldsimon | Status | Fixed | In Progress | |
| Open/Closed | Closed | Open | |||
| 2014-09-02 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

This is already fixed (ERR_CONN is not a fatal error (any more))