tuic icon indicating copy to clipboard operation
tuic copied to clipboard

Results 17 tuic issues
Sort by recently updated
recently updated
newest added

系统环境 window10 企业版 21H1 19043.1889 tuic-client-Windows 0.8.4/0.8.5 msvc/gnu 都报错 配置文件如下 > https://github.com/EAimTY/tuic/issues/55#issue-1294492283 错误如下 > Failed to load the certificate: MissingOrMalformedExtensions

不知什么原因,但给作者参考 https://imgur.com/1YeT338 VirusTotal 的[结果](https://www.virustotal.com/gui/file/ee8aeb4e58c75b5b725d7f5036bead42278137036a49a96648344644b135f428/detection)

bug
help wanted

请问如果把tuic监听在443端口,如果某个支持http/3协议的客户端正常访问会得到什么结果?有特征可循吗? 有无必要提供功能将请求转发到本地80端口?

help wanted
question

quinn 的默认传输参数 max_concurrent_bidi_streams 和 max_concurrent_uni_streams 都是100. 测试 upd quic 连续发送 99 个后就无法继续传输了,发送 auth 使用一个。 https://github.com/quinn-rs/quinn/blob/ae4be5a22cf63caf300c04cc4f1a701aff46b6ce/quinn-proto/src/config.rs#L256-L257

enhancement

It always said unknow issuer. But my ca is in native list. I also used the --cert to the ca but it not work. error 42: invalid peer certificate contents:...

bug

The authentication token should be bound to the secure QUIC session in some way.

enhancement

如题,虽然 FreeBSD 较小众,但更需要 Tuic,因为 FreeBSD 默认内核中并不包含 BBR。 我在 FreeBSD (13.0-Release) 下构建的时候出现如下错误: ``` Compiling quinn-udp v0.1.1 Compiling tuic-protocol v0.4.0 (/root/tuic/protocol) error[E0422]: cannot find struct, variant or union type `in_pktinfo` in crate...

bug
help wanted

服务端错误日志: ``` [2022-07-11T08:02:10Z INFO ] Server started. Listening: 0.0.0.0:8000 [2022-07-11T08:02:13Z INFO ] [127.0.0.1:56703] [associate] [2889866911] [2022-07-11T08:02:13Z WARN ] [127.0.0.1:56703] [udp-session] [2889866911] Invalid argument (os error 22) ``` 客户端日志: ``` [2022-07-11T08:02:08Z...

bug

测试 native 模式下直接截断为1147, quic 模式下无响应。 因为 quic 协议的 max_datagram_frame_size 限制,quinn 里大概是 1162。 https://github.com/quinn-rs/quinn/blob/46f9a57d3b274bc84aa34cf69d20a574938fe81f/quinn-proto/src/connection/datagrams.rs#L58

bug
enhancement