]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: expand on "Expose tried IP addresses that failed"
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 May 2022 11:56:50 +0000 (13:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 May 2022 11:57:16 +0000 (13:57 +0200)
Ref: #8794

docs/TODO

index 8ddfcc0c839b3c4a90e9238bc6d8ee7041865a81..5c5a77a8351510e604e35b1bab910c3b691095d5 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 
 1.25 Expose tried IP addresses that failed
 
- When libcurl fails to connect to a host, it should be able to offer the
- application the list of IP addresses that were used in the attempt.
+ When libcurl fails to connect to a host, it could offer the application the
+ addresses that were used in the attempt. Source + dest IP, source + dest port
+ and protocol (UDP or TCP) for each failure. Possibly as a callback. Perhaps
+ also provide "reason".
 
  https://github.com/curl/curl/issues/2126