]> Zhao Yanbai Git Server - minix.git/commit
inet: Reply to TASK messages even if we're waiting for STAT reply 10/810/1
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 5 Aug 2012 14:33:20 +0000 (16:33 +0200)
committerBen Gras <ben@minix3.org>
Thu, 12 Sep 2013 12:06:27 +0000 (14:06 +0200)
commit4f52c9ea2e16179eead10a306843f181232a2be7
tree68b0e30d2f9811a5df36e7f369a56f05ec86be20
parentf0c391e09b3a11500988fdbed36a49fe6d61ac64
inet: Reply to TASK messages even if we're waiting for STAT reply

As they can come anytime upon receipt of interrupt by the ethernet driver. This
is the same thing as is done for CONF replies.

A simple test case would be the following via ssh connection:
while getaddr; do :; done

Change-Id: I68f4403360b3eefe67fc602c4855ca1abd649475
servers/inet/mnx_eth.c