-
请问,性能怎样?
1 延时低吗,尤其是打开多个浏览器窗口时。(比如用Vimium,谷歌搜索后一次打开10来个后台窗口,然后一一查看。)
2 连接数多时,服务器端性能如何?
3 对墙的动作有什么防范吗?假如被针对的话会如何?
4 后续维护的动力如何?
5 高级功能方面有考虑过吗?
6 是自用或小范围使用,还是想做大推广?预想的用户群体是什么,开发者,还是一般用户?
7 如果别人要入坑的…
-
Moving an issue from W3C https://github.com/w3c/webtransport/issues/78 as we felt it is better handled here at IETF. OP by @LPardue.
>
> During the WEBTRANS BoF at IETF Singapore 106 I made a co…
wilaw updated
2 years ago
-
If I block outbound UDP port 53 on my router (to prevent any and all plaintext DNS queries), GrapheneOS (or any other Android phone/tablet) is unable to make the initial connection to WAN and all inte…
ghost updated
2 years ago
-
I believe stand-by (or backup) has been useful in MPTCP. This is not really about scheduling because all it says is: I won't use this path actively(yet) but please leave it open.
-
Not sure what caused it but here are the logs it pretty much happened after startup then went away as far as I can tell.
It appears to be hanpping after a flood of UDP packets come into a query and i…
-
### Detailed Description of the Problem
We've encountered a memory leak in `sockaddr` and `connection` pools in HAProxy 2.5, 2.6 and 2.7.
We're sending TLS traffic via HAProxy cluster running in…
-
Just like the competition :)
https://adguard.com/en/blog/dns-over-quic.html
-
### Prerequisites
- [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer
- [X]…
-
Hey guys,
I couldn't get the doh server running. It only works if I specify any additional protocol. quic for example.
Any suggestions/tips?
```
root@localhost:~/routedns/routedns/cmd/rout…
-
`quinn-proto` is extremely low-level and difficult to use. `quinn` is much nicer to use, but depends on Tokio. Would it be possible for `quinn` to also support `async_std` via a Cargo feature?