Method: Rex::Socket::Parameters#timeout
- Defined in:
- lib/rex/socket/parameters.rb
#timeout ⇒ Fixnum
The number of seconds before a connection attempt should time out.
316 317 318 |
# File 'lib/rex/socket/parameters.rb', line 316 def timeout @timeout end |