mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
net.connect: Add some TODOs and FIXMEs
And mention issue numbers: #1246, #1428 and #1429
This commit is contained in:
parent
2d5eaff749
commit
40ffc88bad
3 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,10 @@ local unpack = table.unpack or unpack; -- luacheck: ignore 113
|
|||
local methods = {};
|
||||
local resolver_mt = { __index = methods };
|
||||
|
||||
-- TODO Respect use_ipv4, use_ipv6
|
||||
-- FIXME #1428 Reuse DNS resolver object (from service resolver)
|
||||
-- FIXME #1429 Close DNS resolver object when done
|
||||
|
||||
-- Find the next target to connect to, and
|
||||
-- pass it to cb()
|
||||
function methods:next(cb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue