class IO::Endpoint::Wrapper

def set_timeout(io, timeout)

def set_timeout(io, timeout)
	if io.respond_to?(:timeout=)
		io.timeout = timeout
	end
end