Vadym Vikulin

Results 94 comments of Vadym Vikulin

Adding https://datatracker.ietf.org/doc/html/draft-iyengar-quic-delayed-ack-00

> That's not the correct link: https://datatracker.ietf.org/doc/html/draft-ietf-quic-ack-frequency > > We won't implement this before until this document has made significant progress at the IETF (possibly WGLC?). Even then, we'd need...

> > That's not the correct link: https://datatracker.ietf.org/doc/html/draft-ietf-quic-ack-frequency > > We won't implement this before until this document has made significant progress at the IETF (possibly WGLC?). Even then, we'd...

> > I originally wanted to use ACK_FREQUENCY frames to do some optimization work. Especially in high-bandwidth scenarios, the data link throughput may decrease due to the high sending frequency...

Got it, Thanks пн, 23 мая 2022 г. в 18:14, Marten Seemann ***@***.***>: > > https://github.com/lucas-clemente/quic-go/blob/master/internal/ackhandler/received_packet_tracker.go > > — > Reply to this email directly, view it on GitHub >...

This is minimal app example where the issue reproduces. Nothing happens after SignIn button click for WIndows app, the same app works well in Linux Ubuntu. Dispatch has been added...

I managed to fix it: the issue was in Bind and Navigate order. Navigate must follow to Bind. This is not critical for Linux but for Windows it is! I...

> > > Wow! Congratulations. > I have not even thought about this in a long time. > I am not able to confirm this right now. > I am...

Any updates?