net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246

Gotta have the DOAP references!
This commit is contained in:
Kim Alvefur 2022-08-19 14:24:31 +02:00
parent 1f4c6548dc
commit b79cb49bfb
2 changed files with 1 additions and 1 deletions

View file

@ -60,6 +60,7 @@
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc8305"/>
<implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/>
<implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/"> <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
<!-- since=0.6.0 note=Added in hg:0bbbc9042361 --> <!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->

View file

@ -3,7 +3,6 @@ local log = require "util.logger".init("net.connect");
local new_id = require "util.id".short; local new_id = require "util.id".short;
local timer = require "util.timer"; local timer = require "util.timer";
-- TODO #1246 Happy Eyeballs
-- FIXME RFC 6724 -- FIXME RFC 6724
-- FIXME Error propagation from resolvers doesn't work -- FIXME Error propagation from resolvers doesn't work
-- FIXME #1428 Reuse DNS resolver object between service and basic resolver -- FIXME #1428 Reuse DNS resolver object between service and basic resolver