cloudflared-mirror/vendor/github.com/lucas-clemente/quic-go/logging
Nuno Diegues 475939a77f TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable
The idle period is set to 5sec.

We now also ping every second since last activity.
This makes the quic.Connection less prone to being closed with
no network activity, since we send multiple pings per idle
period, and thus a single packet loss cannot cause the problem.
2022-06-07 12:25:18 +01:00
..
frame.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
interface.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
mockgen.go TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms 2022-01-11 14:55:43 +00:00
multiplex.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
packet_header.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
types.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00