We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
容器镜像环境:simonkorl0228/dtp-docker:20.04 代码部分c_ping-pong 运行client报错日志如下: [TRACE] quiche::cc: Initializing congestion control: Reno Finish creating dyn scheduler [TRACE] quiche::tls: 9a2223732cf848708b15c9f8a44319d9 tls send alert lvl=ZeroRTT alert=60 [DEBUG] quiche::recovery: timestamp: 1699198381857 ms; cwnd 14520 bytes; bytes_in_flight 0 bytes ; available 14520 bytes [DEBUG] quiche: payload len is 1141, min length should be 4 [TRACE] quiche: 9a2223732cf848708b15c9f8a44319d9 tx pkt Initial len=1157 pn=0 [DEBUG] quiche: 9a2223732cf848708b15c9f8a44319d9 tx frm CONNECTION_CLOSE err=160 frame=0 reason=[] [DEBUG] quiche: 9a2223732cf848708b15c9f8a44319d9 tx frm PADDING len=1136 [TRACE] quiche: Encode time is 520 [DEBUG] quiche: tx pkt Initial len=1157 pn=0 [TRACE] quiche::recovery: send: 0 0 0 1200 0 [TRACE] quiche::recovery: 9a2223732cf848708b15c9f8a44319d9 timer=none latest_rtt=0ns srtt=None min_rtt=0ns rttvar=0ns loss_time=[None, None, None] loss_probes=[0, 0, 0] cwnd= 14520 ssthresh= 18446744073709551615 bytes_in_flight= 0 sent 1200 bytes [TRACE] quiche: send: self.draining_timer.is_some() done writing failed to process packet recv would block done reading [TRACE] quiche: send: self.draining_timer.is_some() done writing [TRACE] quiche: 9a2223732cf848708b15c9f8a44319d9 draining timeout expired timeout [TRACE] quiche: send: self.draining_timer.is_some() done writing connection closed, recv=0 sent=1 lost=0 rtt=500000000ns
The text was updated successfully, but these errors were encountered:
No branches or pull requests
容器镜像环境:simonkorl0228/dtp-docker:20.04
代码部分c_ping-pong 运行client报错日志如下:
[TRACE] quiche::cc: Initializing congestion control: Reno
Finish creating dyn scheduler
[TRACE] quiche::tls: 9a2223732cf848708b15c9f8a44319d9 tls send alert lvl=ZeroRTT alert=60
[DEBUG] quiche::recovery: timestamp: 1699198381857 ms; cwnd 14520 bytes; bytes_in_flight 0 bytes ; available 14520 bytes
[DEBUG] quiche: payload len is 1141, min length should be 4
[TRACE] quiche: 9a2223732cf848708b15c9f8a44319d9 tx pkt Initial len=1157 pn=0
[DEBUG] quiche: 9a2223732cf848708b15c9f8a44319d9 tx frm CONNECTION_CLOSE err=160 frame=0 reason=[]
[DEBUG] quiche: 9a2223732cf848708b15c9f8a44319d9 tx frm PADDING len=1136
[TRACE] quiche: Encode time is 520
[DEBUG] quiche: tx pkt Initial len=1157 pn=0
[TRACE] quiche::recovery: send: 0 0 0 1200 0
[TRACE] quiche::recovery: 9a2223732cf848708b15c9f8a44319d9 timer=none latest_rtt=0ns srtt=None min_rtt=0ns rttvar=0ns loss_time=[None, None, None] loss_probes=[0, 0, 0] cwnd= 14520 ssthresh= 18446744073709551615 bytes_in_flight= 0
sent 1200 bytes
[TRACE] quiche: send: self.draining_timer.is_some()
done writing
failed to process packet
recv would block
done reading
[TRACE] quiche: send: self.draining_timer.is_some()
done writing
[TRACE] quiche: 9a2223732cf848708b15c9f8a44319d9 draining timeout expired
timeout
[TRACE] quiche: send: self.draining_timer.is_some()
done writing
connection closed, recv=0 sent=1 lost=0 rtt=500000000ns
The text was updated successfully, but these errors were encountered: