-
## Question
I think since we're now getting some eyeballs, it's only fair that this place have a spot for folks to make their final pitch in addition to their [campaign statements](https://electi…
-
See https://www.ietf.org/proceedings/96/slides/slides-96-saag-1.pdf for details.
I'm not entirely sure what the best way to do this is. Perhaps just include a recommendation somewhere that all networ…
-
![屏幕截图 2020-11-24 171034](https://user-images.githubusercontent.com/19207461/100073081-003ec900-2e78-11eb-8d97-f9e3e84ee82a.png)
-
`wait-for-it` mangles IPv6 address literals by considering the first `:` as the end of the host field.
```
$ ./wait-for-it.sh "[2607:f8b0:400e:c08::66]:80"
wait-for-it.sh: waiting 15 seconds for …
joel0 updated
5 months ago
-
```python
import asks
import trio
asks.init('trio')
async def main():
await asks.get('example.com')
trio.run(main)
```
I was expecting something from asks.errors but got the following.…
belm0 updated
4 years ago
-
We need to also cover the scenario where the address reported by the DNS is IPv6 and the host has IPv6 Capabilities.
Operating Systems like iOS and Mac OS X actually have some algorithms to make sur…
-
## Summary
Hi 👋🏻 I work at Prisma on the team that is responsible for Accelerate. We've had reports from users using Accelerate with MongoDB that initial requests take a significant time, often…
-
From Stephen Farrell:
I (strongly:-) support publication. I do have comments but really
am ok if those are ignored.
- section 3 has a MUST for checking all IP addresses are for servers
that ha…
-
When we have two ways of connecting to a destination, say IPv4 and IPv6.
If the IPv4 connection then fails (say EOF due to server dying), it gets marked in the routeDatabase as failed.
If the IPv6 c…
-
I feel like we need some crate (in-between `tokio` and `hyper`) to provide a layer of connectors.
In `hyper` everything's about http, but we do need a `TcpConnector` and a `Connector` trait to be ava…