Method: Rex::IO::Stream#def_block_size
- Defined in:
- lib/rex/io/stream.rb
#def_block_size ⇒ Object
The default block size to read in chunks from the wire.
303 304 305 |
# File 'lib/rex/io/stream.rb', line 303 def def_block_size 16384 end |