Method: Rex::IO::Stream#def_read_timeout
- Defined in:
- lib/rex/io/stream.rb
#def_read_timeout ⇒ Object
The default number of seconds to wait for a read operation to timeout.
280 281 282 |
# File 'lib/rex/io/stream.rb', line 280 def def_read_timeout 10 end |