net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246
authorKim Alvefur <zash@zash.se>
Fri, 19 Aug 2022 14:24:31 +0200
changeset 12643 6d9ee0a3eb4b
parent 12642 a47af78a9347
child 12678 72f431b4dc2c
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246 Gotta have the DOAP references!
doc/doap.xml
net/connect.lua
--- a/doc/doap.xml	Thu Aug 18 15:43:16 2022 +0100
+++ b/doc/doap.xml	Fri Aug 19 14:24:31 2022 +0200
@@ -60,6 +60,7 @@
     <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/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://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
       <!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->
--- a/net/connect.lua	Thu Aug 18 15:43:16 2022 +0100
+++ b/net/connect.lua	Fri Aug 19 14:24:31 2022 +0200
@@ -3,7 +3,6 @@
 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