Merge "Increase tcp_retries2 value"

This commit is contained in:
Jenkins 2017-03-15 08:42:18 +00:00 committed by Gerrit Code Review
commit e7f96fefc8
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class osnailyfacter::netconfig::netconfig {
tcpka_time => '30', tcpka_time => '30',
tcpka_probes => '8', tcpka_probes => '8',
tcpka_intvl => '3', tcpka_intvl => '3',
tcp_retries2 => '5', tcp_retries2 => '7',
} }
# increase network backlog for performance on fast networks # increase network backlog for performance on fast networks

View File

@ -26,7 +26,7 @@ describe manifest do
'tcpka_time' => '30', 'tcpka_time' => '30',
'tcpka_probes' => '8', 'tcpka_probes' => '8',
'tcpka_intvl' => '3', 'tcpka_intvl' => '3',
'tcp_retries2' => '5', 'tcp_retries2' => '7',
) } ) }
it { should contain_sysctl__value('net.core.netdev_max_backlog').with('value' => '261144') } it { should contain_sysctl__value('net.core.netdev_max_backlog').with('value' => '261144') }
it { should contain_class('sysfs') } it { should contain_class('sysfs') }