class IO::Endpoint::Generic

def timeout

Returns:
  • (Numeric) - The default timeout for socket operations.
def timeout
	@options[:timeout]
end