From 15f28c667a31e2e5b6c79d65ed3dd2bce7421863 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Thu, 13 Jun 2024 22:24:50 +0800 Subject: [PATCH] fix wt dialer --- dialer/http3/wt/dialer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dialer/http3/wt/dialer.go b/dialer/http3/wt/dialer.go index 14bf6c9..696053b 100644 --- a/dialer/http3/wt/dialer.go +++ b/dialer/http3/wt/dialer.go @@ -98,6 +98,7 @@ func (d *wtDialer) Dial(ctx context.Context, addr string, opts ...dialer.DialOpt }, */ MaxIncomingStreams: int64(d.md.maxStreams), + EnableDatagrams: true, }, }, }