aboutsummaryrefslogtreecommitdiffstats
path: root/net/connect.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/connect.lua')
-rw-r--r--net/connect.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/connect.lua b/net/connect.lua
index 0e11bd3e..fe70ce36 100644
--- a/net/connect.lua
+++ b/net/connect.lua
@@ -3,8 +3,10 @@ local log = require "util.logger".init("net.connect");
local new_id = require "util.id".short;
-- TODO Respect use_ipv4, use_ipv6
+-- TODO #1246 Happy Eyeballs
-- FIXME Error propagation from resolvers doesn't work
--- TODO Try to share DNS resolver object and close it afterwards
+-- FIXME #1428 Reuse DNS resolver object between service and basic resolver
+-- FIXME #1429 Close DNS resolver object when done
local pending_connection_methods = {};
local pending_connection_mt = {