[erlang-questions] dns server
Joe Williams
joe@REDACTED
Mon Mar 8 19:48:30 CET 2010
>>> For anyone interested, inet_dns (undocumented afaict) does all the heavy
>>> lifting for encoding/decoding DNS requests.
>>>
>>> http://github.com/erlang/otp/blob/dev/lib/kernel/src/inet_dns.erl
>>> http://github.com/erlang/otp/blob/dev/lib/kernel/src/inet_dns.hrl
>>>
>>>
>>> -Joe
>>>
>>>
>>> i have successfully used inet_dns in my inet_mdns project works great
>>>
Yeah, seems to work well for me as well. Way better than implementing
the encoding/decoding myself. :)
-Joe
--
Name: Joseph A. Williams
Email: joe@REDACTED
Blog: http://www.joeandmotorboat.com/
More information about the erlang-questions
mailing list