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

Make header constants compatible with Ractors #88

Open reesericci opened 3 months ago

reesericci commented 3 months ago

I ran into a few errors when using this library to parse a packet in a Ractor, and so here were the changes required to get it up and working again.