Method: Rex::IO::Stream#def_read_loop_timeout
- Defined in:
- lib/rex/io/stream.rb
#def_read_loop_timeout ⇒ Object
The default number of seconds to wait while in a read loop after read data has been found.
288 289 290 |
# File 'lib/rex/io/stream.rb', line 288 def def_read_loop_timeout 0.1 end |