mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu(8): Add more detailed description about --tcp-close dump option
The expected behavior of --tcp-close option when dumpping is to close all established tcp connections including connection that is once established but now closed. This adds an explicit description about that behavior. Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com>
This commit is contained in:
parent
abf6b15c14
commit
f24360658f
1 changed files with 2 additions and 1 deletions
|
|
@ -334,7 +334,8 @@ mount -t cgroup -o devices,freezer none devices,freezer
|
|||
Checkpoint established TCP connections.
|
||||
|
||||
*--tcp-close*::
|
||||
Don't dump the state of, or block, established tcp connections.
|
||||
Don't dump the state of, or block, established tcp connections
|
||||
(including the connection is once established but now closed).
|
||||
This is useful when tcp connections are not going to be restored.
|
||||
|
||||
*--skip-in-flight*::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue