Commit graph

16 commits

Author SHA1 Message Date
Kim Alvefur
7b89ab9b86 net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c 2020-06-22 01:42:18 +02:00
Matthew Wild
c5fcad823a Backed out changeset 44ef46e1a951 (not optimal API) 2020-01-25 14:25:29 +00:00
Matthew Wild
d3a6636c1c net.connect: Add API to create custom connect()s with options, incl. use_ipv[46] 2020-01-24 13:48:49 +00:00
Kim Alvefur
9d5c3cb856 net.connect: Mention RFC 6724 regression
Default Address Selection algorithm is not applied, resulting in a
strong bias towards IPv4.
2019-12-07 17:39:29 +01:00
Kim Alvefur
40ffc88bad net.connect: Add some TODOs and FIXMEs
And mention issue numbers: #1246, #1428 and #1429
2019-12-07 17:05:00 +01:00
Kim Alvefur
e8f099babc net.connect: Add some TODO comments 2019-11-26 00:12:51 +01:00
Kim Alvefur
75bfec7731 net.*: Remove tostring call from logging
Taken care of by loggingmanager now
2019-07-30 02:35:17 +02:00
Kim Alvefur
7a86af343f net.connect: Fix passing request table to new listener
This could be a return value from ondetach
2018-09-26 17:36:53 +02:00
Kim Alvefur
7f9c753df9 net.connect: Remove manual onattach callback invocation 2018-09-26 15:07:25 +02:00
Matthew Wild
5eb41ade9b net.connect: Fix to store correct parameter 2018-02-26 15:26:08 +00:00
Matthew Wild
3b771f4dcd net.connect: Improve error message 2018-02-26 15:25:52 +00:00
Matthew Wild
8b8926d7bb net.connect: Handle immediate failures of server.addclient 2018-02-26 15:25:34 +00:00
Matthew Wild
8ab5e4497e net.connect: Handle case when resolver runs out of targets 2018-02-26 15:21:27 +00:00
Matthew Wild
85261e71be net.connect: Track last connection error 2018-02-26 15:20:35 +00:00
Matthew Wild
df664e829b net.connect: Default to *a pattern if none provided 2018-02-23 16:23:03 +00:00
Matthew Wild
c27281a720 net.connect: New API for outgoing connections, based on 'service resolvers' 2018-02-23 15:53:45 +00:00