Method: Rex::IO::Stream#def_write_timeout
- Defined in:
- lib/rex/io/stream.rb
#def_write_timeout ⇒ Object
The default number of seconds to wait for a write operation to timeout.
273 274 275 |
# File 'lib/rex/io/stream.rb', line 273 def def_write_timeout 10 end |