udp: no SO_REUSEPORT if not explicitly configured (#9495)

Signed-off-by: Dan Zhang <danzh@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ 1e2a52986551608ca9779a482e4d8939c4975d62
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent b63170034a
commit 9dd9c287aa
  1. 1
      envoy/api/v2/lds.proto
  2. 1
      envoy/api/v3alpha/lds.proto

@ -241,7 +241,6 @@ message Listener {
// create one socket for each worker thread. This makes inbound connections
// distribute among worker threads roughly evenly in cases where there are a high number
// of connections. When this flag is set to false, all worker threads share one socket.
// For UDP this flag is set to true forcibly.
//
// Before Linux v4.19-rc1, new TCP connections may be rejected during hot restart
// (see `3rd paragraph in 'soreuseport' commit message

@ -238,7 +238,6 @@ message Listener {
// create one socket for each worker thread. This makes inbound connections
// distribute among worker threads roughly evenly in cases where there are a high number
// of connections. When this flag is set to false, all worker threads share one socket.
// For UDP this flag is set to true forcibly.
//
// Before Linux v4.19-rc1, new TCP connections may be rejected during hot restart
// (see `3rd paragraph in 'soreuseport' commit message

Loading…
Cancel
Save