# File lib/dnsruby/resolver.rb, line 675
    def Resolver.port_in_range(p)
      (p == 0) || ((p >= 50000) && (p <= 65535))
    end