Method: Rex::Socket::Parameters#timeout

Defined in:
lib/rex/socket/parameters.rb

#timeoutFixnum

The number of seconds before a connection attempt should time out.

Returns:

  • (Fixnum)


316
317
318
# File 'lib/rex/socket/parameters.rb', line 316

def timeout
  @timeout
end