lwIP - A Lightweight TCP/IP stack - Bugs: bug #43192, tcp_enqueue_flags() should not...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43192: tcp_enqueue_flags() should not check TCP_SND_QUEUELEN when sending FIN
| Submitter: | Albert Huitsing <ajhuitsing> | ||
| Submitted: | Thu 11 Sep 2014 09:22:11 AM UTC | ||
| Category: | TCP | 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 16 Sep 2014 06:19:09 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Thu 11 Sep 2014 09:22:11 AM UTC, original submission:
in tcp_out.c() : tcp_enqueue_flags()
|
Albert Huitsing <ajhuitsing> |
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 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2014-09-16 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2014-09-16 | goldsimon | Summary | tcp_enqueue_flags() should TCP_SND_QUEUELEN when sending FIN | tcp_enqueue_flags() should not check TCP_SND_QUEUELEN when sending FIN |
Powered by Savane 3.12.
Corresponding source code

Fixed, thanks for reporting.