mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 14:10:31 +08: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