TCP poll: TCP poll 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:39:15 -06:00
parent 4639cdd894
commit 00b44959ea
2 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -11575,6 +11575,6 @@
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
interfaces. In this case, TCP timeout events can really only being
processed when the poll from the correct device is received (2016-03-20).