lwIP - A Lightweight TCP/IP stack - Bugs: bug #43779, select(), close(), and TCP...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43779: select(), close(), and TCP retransmission error
| Submitter: | Jonathan Portwood <jpbears1> | ||
| Submitted: | Mon 08 Dec 2014 02:33:17 PM UTC | ||
| Category: | sockets/netconn | Severity: | 3 - Normal |
| Item Group: | Faulty Behaviour | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | 1.4.1 | ||
|
Wed 18 Feb 2015 07:41:30 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Mon 08 Dec 2014 02:33:17 PM UTC, original submission:
We ran across a fairly esoteric issue with the LwIP socket implementation.
|
Jonathan Portwood <jpbears1> |
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 3 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-18 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

Fixed, thanks for the report. I've changed your 'workaround' to calling 'event_callback(RCVPLUS)' but only if 'err == ERR_CLSD'.