mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 11:09:58 +00:00
TUN-5299: Send/receive QUIC datagram from edge and proxy to origin as UDP
This commit is contained in:

committed by
Arég Harutyunyan

parent
fc2333c934
commit
dd32dc1364
@@ -33,7 +33,8 @@ import (
|
||||
// It also serves as a demonstration for communication with the QUIC connection started by a cloudflared.
|
||||
func TestQUICServer(t *testing.T) {
|
||||
quicConfig := &quic.Config{
|
||||
KeepAlive: true,
|
||||
KeepAlive: true,
|
||||
EnableDatagrams: true,
|
||||
}
|
||||
|
||||
// Setup test.
|
||||
|
Reference in New Issue
Block a user