aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/connect.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/connect.lua b/net/connect.lua
index d85afcff..3cb407a1 100644
--- a/net/connect.lua
+++ b/net/connect.lua
@@ -3,7 +3,6 @@ local log = require "util.logger".init("net.connect");
local new_id = require "util.id".short;
local timer = require "util.timer";
--- TODO #1246 Happy Eyeballs
-- FIXME RFC 6724
-- FIXME Error propagation from resolvers doesn't work
-- FIXME #1428 Reuse DNS resolver object between service and basic resolver