yuhan6665
yuhan6665
- Add indent to make it human friendly - Add EmitUnpopulated to always populate "value" when stats is 0. This helps script parsing. - Change Format() to Marshal() to return...
Follow the official example: https://github.com/lucas-clemente/quic-go/blob/master/example/client/main.go#L60 reference https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html
Currently this is how Quic works: client muxing all tcp and udp traffic through a single session, when there are more than 32 running streams in the session, the next...
新流控实验选项:xtls-rprx-vision - 解决已知漏洞 - 针对 tls1.3 开启 xtls (直接拷贝) 模式 - 增加 tls 握手长度混淆 - 简化代码 注意:"streamSettings" "security" 必须使用 “tls” "tlsSettings" 不能使用 “xtls” “xtlsSettings”
An experiment
@RPRX I think it is ready for review now. I still need to do some test, including compatibility. I feel this code structure is much better than before. Flexible to...
This is related to #2865 what I consider a proper way to implement get API CC @vrnobody