celluloid / celluloid-dns

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered DNS server
https://celluloid.io
57 stars 13 forks source link

Message attributes (and more) #1

Closed xdissent closed 11 years ago

xdissent commented 11 years ago

This PR just copies some of the attributes from the question message when creating the response message. I basically followed RubyDNS's lead for the defaults. I can't attest to the accuracy but before, Mountain Lion wasn't accepting my responses but now it is. =)

Also added a quick example to the README and switched run! to async.run in the initializer.

tarcieri commented 11 years ago

Wow, thanks! Will definitely pull this if it passes

tarcieri commented 11 years ago

Okay, it's broke on rbx. Will take it anyway ;)

xdissent commented 11 years ago

Wacky old rbx. No telling what went wrong there.

tarcieri commented 11 years ago

Getting deadlocks on rbx on some other Celluloid projects, so I can't say I'm too surprised