Method: Rex::Socket::Udp#def_read_timeout
- Defined in:
- lib/rex/socket/udp.rb
#def_read_timeout ⇒ Object
The default number of seconds to wait for a read operation to timeout.
156 157 158 |
# File 'lib/rex/socket/udp.rb', line 156 def def_read_timeout 10 end |