module OpenSSL::SSL::SocketForwarder

def timeout=(value)

def timeout=(value)
	to_io.timeout = value
end