Class: Ardecy::Harden::Sysctl::Network::TcpFack

Inherits:
SysNet show all
Defined in:
lib/ardecy/harden/sysctl/network.rb

Instance Method Summary collapse

Methods inherited from SysNet

#fix

Methods inherited from SysKern

#fix, #repair, #scan, #x

Methods included from Display

#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title

Constructor Details

#initialize(args) ⇒ TcpFack

Returns a new instance of TcpFack.



225
226
227
228
229
230
# File 'lib/ardecy/harden/sysctl/network.rb', line 225

def initialize(args)
  @file = '/proc/sys/net/ipv4/tcp_fack'
  @line = 'net.ipv4.tcp_fack'
  @tab = 4
  super
end