Home
last modified time | relevance | path

Searched hist:"319 b0534b9588124cdc7128e121f3f85daaab556" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp.cdiff 319b0534b9588124cdc7128e121f3f85daaab556 Tue Nov 15 03:15:14 CET 2016 Andrey Vagin <avagin@openvz.org> tcp: allow to enable the repair mode for non-listening sockets

The repair mode is used to get and restore sequence numbers and
data from queues. It used to checkpoint/restore connections.

Currently the repair mode can be enabled for sockets in the established
and closed states, but for other states we have to dump the same socket
properties, so lets allow to enable repair mode for these sockets.

The repair mode reveals nothing more for sockets in other states.

Signed-off-by: Andrei Vagin <avagin@openvz.org>
Acked-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>