Objective: Address quality degradation in video streaming applications when fallback from QUIC to TCP occurs due to UDP blocking.
Solution: Implemented a mechanism to send notifications in QUIC packets to anticipate UDP blocking. Server logs the kernel congestion window state to be used in the upcoming TCP connection. Improved user experience by avoiding TCP slow start, thus preventing buffering during fallback.
Refer to the documentation.