Commit b42b3e2a authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

criu(8): Move --tcp-close under restore

The --tcp-close option was introduced with commit

2c370428
tcp: Add tcp-close option to restore connected TCP sockets in closed state

This options is applicable only for restore. Therefore, move the
documentation from 'dump' to 'restore'.
Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent e4fa84a3
......@@ -268,9 +268,6 @@ For example, the command line for the above example should look like this:
The TCP stack on the client side is expected to handle the
re-connect gracefully.
*--tcp-close*::
Restore connected TCP sockets in closed state.
*--evasive-devices*::
Use any path to a device file if the original one is inaccessible.
......@@ -439,6 +436,9 @@ The 'mode' may be one of the following:
the network has been locked between *dump* and *restore* phases so other
side of a connection simply notice a kind of lag.
*--tcp-close*::
Restore connected TCP sockets in closed state.
*--veth-pair* 'IN'*=*'OUT'::
Correspondence between outside and inside names of veth devices.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment