SUNRPC: Set the TCP user timeout option on client sockets
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 20 Jun 2015 19:31:54 +0000 (15:31 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sat, 20 Jun 2015 19:31:54 +0000 (15:31 -0400)
commit775f06ab49f5f9e2f6bca9292ef57efa868a0f67
tree2196da83dff602811963b0883273c670ea602d24
parent4876cc779ff525b9c2376d8076edf47815e71f2c
SUNRPC: Set the TCP user timeout option on client sockets

Use the TCP_USER_TIMEOUT socket option to advertise to the server
how long we will keep the connection open if there is unacknowledged
data. See RFC5482.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/xprtsock.c