commit | 8c96feeeb39ba0b89c6121f71e8f7aa2a4d46671 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.vnet.ibm.com> | Thu Sep 21 09:16:34 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 21 15:31:03 2017 -0700 |
tree | cca710d1f7b98e04529f9181521eb6ed0c413e43 | |
parent | 18e537cd58e8d6932719bfa79cb96a1fbc639199 [diff] |
net/smc: no close wait in case of process shut down Usually socket closing is delayed if there is still data available in the send buffer to be transmitted. If a process is killed, the delay should be avoided. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>