lwIP - A Lightweight TCP/IP stack - Bugs: bug #38853, connect() use a wrong errno
You are not allowed to post comments on this tracker with your current authentication level.
bug #38853: connect() use a wrong errno
| Submitter: | hanhui <hanhui03> | ||
| Submitted: | Mon 29 Apr 2013 03:51:35 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: | git head | ||
|
Tue 17 Feb 2015 09:11:00 PM UTC, comment #3: |
Simon Goldschmidt <goldsimon> |
|
Mon 17 Mar 2014 03:21:31 PM UTC, comment #2: Agreed.
|
TabascoEye <tabascoeye> |
|
Mon 29 Apr 2013 03:56:13 PM UTC, comment #1: Add tcp_connect() do not use LWIP_ERROR(...) to check pcb state! |
hanhui <hanhui03> |
|
Mon 29 Apr 2013 03:51:35 PM UTC, original submission:
EALREADY : A connection request is already in progress for the specified socket.
|
hanhui <hanhui03> |
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 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-02-17 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-03-17 | tabascoeye | Attached File | - | Added lwip_connect_errnos.patch, #30928 |
Powered by Savane 3.12.
Corresponding source code

Fixed, thanks for the input.