lwIP - A Lightweight TCP/IP stack - Bugs: bug #44490, conn->op_completed which signal...
You are not allowed to post comments on this tracker with your current authentication level.
bug #44490: conn->op_completed which signal by do_recv() may be taken by netconn_write_partly() or lost
| Submitter: | wangyu <honghongbuqi> | ||
| Submitted: | Mon 09 Mar 2015 05:58:40 AM UTC | ||
| Category: | TCP | Severity: | 3 - Normal |
| Item Group: | Feature Request | Status: | Invalid |
| Privacy: | Public | Assigned to: | None |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | 1.4.1 | ||
|
Mon 09 Mar 2015 06:51:20 AM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Mon 09 Mar 2015 05:58:40 AM UTC, original submission:
hi:
|
wangyu <honghongbuqi> |
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 2 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-03-09 | goldsimon | Status | None | Invalid | |
| Open/Closed | Open | Closed |
Powered by Savane 3.12.
Corresponding source code

Because simultaneous transmit and receive in two different threads is not supported.