Set the socket protocol family

Allows the use of an IPv6 nameserver
This commit is contained in:
Asumu Takikawa 2013-03-02 13:36:34 -05:00
parent 3ab83001b4
commit 312792ac4d

View File

@ -288,7 +288,7 @@
(let* ([query (make-query (random 256) (string->bytes/latin-1 addr)
type class)]
[udp (udp-open-socket)]
[udp (udp-open-socket nameserver 53)]
[reply
(dynamic-wind
void