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:
Gregory Nutt
2016-03-20 08:19:00 -06:00
parent 75a4a5dcbe
commit 4639cdd894
8 changed files with 81 additions and 17 deletions
+3
View File
@@ -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).