-
There are plans to upstream this library into the zig std library. This issue is here to create a concrete plan and track progress.
Some considerations:
- Define a clear public API/error surface
…
-
> > 8.1. IPv4 Address Literals
> > Such translation also applies to any IPv4 address hints received in SVCB RRs.
> > The mention of SVCB RRs makes this section a lot more meaningful as IP addre…
-
Should the first SYN retransmission and next connection attempt happen at the same time?
i.e. If we attempt to connect to address A, should retransmitting to address A happen at the same time as atte…
-
Hangups seems to stall when accounts.google.com resolves to an IPv6 address but no IPv6 uplink is available. The circumstances for this are probably rare, but Hangups simply stalls trying to connect t…
-
Why?
----
Well, shortage of ipv4 addresses. More flexibility. But at the same time, not all mail receivers support ipv6, so, you can't just be ipv6-only
Problem
-----
`gen_smtp_client` uses…
-
Hi,
We are using ureq in our [PKCS#11 module](https://github.com/Nitrokey/nethsm-pkcs11), thank you for this reliable and simple library.
We recently had to fork ureq in our use to implement mis…
-
Some servers in the [list](https://github.com/tianon/pgp-happy-eyeballs/blob/5fbde2b074976644b75d6d7e4c6426b6794b0c0e/child.go#L17-L68) work fine, others are unresponsive ("connection timed out" or "n…
-
I've been doing some testing of various HTTP clients to see which ones will, after an ECONNREFUSED, try the next ipv4 address returned.
e.g. if we want to do an HTTP request of mail.google.com:
The …
-
# Bug report
### Bug description:
```python
import socket
import time
start = time.time()
sock = socket.create_connection(
address=("foobar", 10000),
timeout=5)
print(time.time() - start)
``…
-
Having `/ip4` and `/ip6` explicit is very useful and nice. Though there are use cases where people want to be able to represent _either_, such as being able to have a `/dns` multiaddr like:
```
/dns/…