struct

SOCKS::TimeOut

Inherits Struct < Value < Object

Constructors

new(read : Time::Span = 30.seconds, write : Time::Span = 30.seconds, connect : Time::Span = 10.seconds)
Source

Instance methods

connect
Source
connect=(connect : Time::Span)
Source
read
Source
read=(read : Time::Span)
Source
write
Source
write=(write : Time::Span)
Source