mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Address review feedback about incorrectly identified kernel version
Signed-off-by: Graham Heffern <gheffern@gmail.com>
This commit is contained in:
parent
4c2043c0da
commit
d3f309b25c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,4 +71,4 @@ const TCPSlowStartAfterIdleNamespacedKernelVersion = "4.15"
|
|||
|
||||
// TCPNotSentLowatNamespacedKernelVersion is the kernel version in which net.ipv4.tcp_notsent_lowat was namespaced(netns).
|
||||
// (ref: https://github.com/torvalds/linux/commit/4979f2d9f7262b9b180bc83de8d70f7a7721c085)
|
||||
const TCPNotSentLowatNamespacedKernelVersion = "4.7"
|
||||
const TCPNotSentLowatNamespacedKernelVersion = "4.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue