module OpenSSL::SSL::SocketForwarder

def wait_readable(*arguments)

def wait_readable(*arguments)
	to_io.wait_readable(*arguments)
end