Re: [PATCH net-next] tcp: allow to enable the repair mode for non-listening sockets

2016-11-15 Thread David Miller
From: Andrei Vagin Date: Mon, 14 Nov 2016 18:15:14 -0800 > 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

Re: [CRIU] [PATCH net-next] tcp: allow to enable the repair mode for non-listening sockets

2016-11-15 Thread Pavel Emelyanov
On 11/15/2016 05:15 AM, Andrei Vagin wrote: > 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

[PATCH net-next] tcp: allow to enable the repair mode for non-listening sockets

2016-11-14 Thread Andrei Vagin
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