Class: Ardecy::Harden::Sysctl::Network::TcpSack

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) ⇒ TcpSack

Returns a new instance of TcpSack.



207
208
209
210
211
212
# File 'lib/ardecy/harden/sysctl/network.rb', line 207

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