From: pat eyler Date: 2004-12-15T12:54:08+09:00 Subject: Re: problem with Resolv.rb Tanaka, thanks for the reply. It looks like we misunderstood something then when we were troubleshooting our problem. Only 2 NS records are returned in our test (dig returns all 4), The only place we saw what looked like a limit was the TypeValue. Is the limit being enforced somewhere else? I'm away from the office right now, so I don't have access to the code, but I can share it tomorrow. -pate On Wed, 15 Dec 2004 12:18:24 +0900, Tanaka Akira wrote: > In article <6fd0654b04121415262d7403ee@mail.gmail.com>, > pat eyler writes: > > > There's an unreasonable limit in resolv.rb: > > > > at about line 1338: > > > > class NS < DomainName > > TypeValue = 2 > > end > > This corresponds to RFC 1035: > > | TYPE value and meaning > | > | A 1 a host address > | > | NS 2 an authoritative name server > | ... > -- > Tanaka Akira > >