Method: Rex::IO::Stream#def_max_loops
- Defined in:
- lib/rex/io/stream.rb
#def_max_loops ⇒ Object
The maximum number of read loops to perform before returning to the caller.
296 297 298 |
# File 'lib/rex/io/stream.rb', line 296 def def_max_loops 1024 end |