ruby-dns / net-dns

Net::DNS is a DNS library written in Ruby.
http://net-dns.rubyforge.org
Other
165 stars 43 forks source link

[names] fix RFC reference 1025 -> 1035 #51

Closed ChrisLundquist closed 6 years ago

ChrisLundquist commented 11 years ago

http://www.ietf.org/rfc/rfc1025.txt is TCP AND IP BAKE OFF which appears to be a coding competition standard for tcp. It does not have the word "compression"

http://www.ietf.org/rfc/rfc1035.txt is DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION which talks about 4.1.4. Message compression 30

ghost commented 10 years ago

I have forked this repository (after attempting and failing to contact author) here: https://github.com/mordocai/net-dns. If you wish to resubmit your pull request there I will review/merge it in. It will shortly be the gem net-dns2 on rubygems.org.

ghost commented 10 years ago

Your pull request has been merged into my fork here: https://github.com/mordocai/net-dns/commit/1d1d9abfb8d540cdeabbdd3e2bf11dc8a9e73667. It should be in the v0.8.3 release later this week.