diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-10 20:41:18 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-10 20:41:18 +0000 |
commit | 8afb68bfe884f7c5eca33bfa429a1cb2c6fe2f46 (patch) | |
tree | 6d964aee70c82cbe23c9c507e4a878d65ea52591 /pkg/abi/linux/tcp.go | |
parent | 57b351db8d31579cc19b5075ed70aadfe4ecdc9c (diff) | |
parent | 4b9652d63b319414e764696f1b77ee39cd36d96d (diff) |
Merge release-20200522.0-120-g4b9652d63 (automated)
Diffstat (limited to 'pkg/abi/linux/tcp.go')
-rw-r--r-- | pkg/abi/linux/tcp.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/tcp.go b/pkg/abi/linux/tcp.go index 174d470e2..2a8d4708b 100644 --- a/pkg/abi/linux/tcp.go +++ b/pkg/abi/linux/tcp.go @@ -57,4 +57,5 @@ const ( const ( MAX_TCP_KEEPIDLE = 32767 MAX_TCP_KEEPINTVL = 32767 + MAX_TCP_KEEPCNT = 127 ) |