mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
TCP timeouts: Fix some logic when there are multiple network interfaces. In this case, TCP timeout events can really only being processed when the poll from the correct device is received.
This commit is contained in:
@@ -11574,4 +11574,7 @@
|
||||
status is not real time but is delayed. This was fixed; now when the DMA
|
||||
completes and NBUSYBKS > 0, the NBUSYBK is interrupt is enabled and the
|
||||
operations are deferred until NBUSYBKS is truly zero (2016-03-17).
|
||||
* net/tcp/tcp_timer.c: Fix some logic when there are multiple network
|
||||
interfaces. In this case, TCP timeout events can really only bei
|
||||
processed when the poll from the correct device is received (2016-03-20).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user