Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@virtuozzo.com>2017-10-31 08:53:43 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-11-23 20:23:14 +0300
commit09b93e0ac59117f45aa681d47da32b2615bd0fb7 (patch)
tree8bf05d4b037443a479f5806af4c7f6402bc6b28f /images/sk-opts.proto
parent3503332086e9156398388ce03be74ec7443138f7 (diff)
sk-inet: restore a value of SO_REUSEPORT
The SO_REUSEPORT option allows multiple sockets on the same host to bind to the same port. This option has to ve restored when all sockets are bound to a port. The same logic is already used to restore SO_REUSEADDR. Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'images/sk-opts.proto')
-rw-r--r--images/sk-opts.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/sk-opts.proto b/images/sk-opts.proto
index b5374c976..af61975e9 100644
--- a/images/sk-opts.proto
+++ b/images/sk-opts.proto
@@ -21,6 +21,7 @@ message sk_opts_entry {
optional string so_bound_dev = 15;
repeated fixed64 so_filter = 16;
+ optional bool so_reuseport = 17;
}
enum sk_shutdown {