class Async::HTTP::URLEndpoint

def tcp_options

def tcp_options
	{reuse_port: @options[:reuse_port] ? true : false}
end