This website requires JavaScript.
Explore
Help
Register
Sign In
hoelee
/
cloudflared
Watch
1
Star
0
Fork
0
You've already forked cloudflared
mirror of
https://github.com/cloudflare/cloudflared.git
synced
2025-07-28 16:09:57 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2022.1.0
cloudflared
/
quic
History
Igor Postelnik
8445b88d3c
TUN-5593: Read full packet from UDP connection, even if it exceeds MTU of the transport. When packet length is greater than the MTU of the transport, we will silently drop packets (for now).
2021-12-22 17:18:22 -06:00
..
schema
TUN-4596: Add QUIC application protocol for QUIC stream handshake
2021-07-15 17:35:25 +00:00
conversion.go
TUN-5261: Collect QUIC metrics about RTT, packets and bytes transfered and log events at tracing level
2021-10-21 15:26:57 +01:00
datagram_test.go
TUN-5590: QUIC datagram max user payload is 1217 bytes
2021-12-22 19:53:58 +00:00
datagram.go
TUN-5593: Read full packet from UDP connection, even if it exceeds MTU of the transport. When packet length is greater than the MTU of the transport, we will silently drop packets (for now).
2021-12-22 17:18:22 -06:00
metrics.go
Fix typos
2021-11-12 17:38:06 +02:00
pogs.go
TUN-4597: Added HTTPProxy for QUIC
2021-08-04 12:50:18 +00:00
quic_protocol_test.go
TUN-5494: Send a RPC with terminate reason to edge if the session is closed locally
2021-12-21 09:52:39 +00:00
quic_protocol.go
TUN-5494: Send a RPC with terminate reason to edge if the session is closed locally
2021-12-21 09:52:39 +00:00
tracing.go
TUN-5261: Collect QUIC metrics about RTT, packets and bytes transfered and log events at tracing level
2021-10-21 15:26:57 +01:00