net/adns.lua

changeset 871
642af1bdf74e
parent 870
4fd5d8f1657c
child 872
24018ba2f7c0
equal deleted inserted replaced
870:4fd5d8f1657c 871:642af1bdf74e
1 local server = require "net.server"; 1 local server = require "net.server";
2 local dns = require "net.dns2"; 2 local dns = require "net.dns";
3 3
4 local log = require "util.logger".init("adns"); 4 local log = require "util.logger".init("adns");
5 5
6 local coroutine, tostring = coroutine, tostring; 6 local coroutine, tostring = coroutine, tostring;
7 7

mercurial