You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything seems to work fine with the client, but on the proxy I always receive following error, which causes the quic.DialEarly to fail. 2024/12/05 13:57:38 proxying receive side to [2a02:****:5d33]:8853 failed: DATAGRAM frame too large
I already tried different quic.Config InitialPacketSize values for both inner quic and outer masque stream but I cant get it to work.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build a DoQ client combined with a masque proxy.
Currently I am using this code to connect to my DoQ server at myurl:8853:
Everything seems to work fine with the client, but on the proxy I always receive following error, which causes the quic.DialEarly to fail.
2024/12/05 13:57:38 proxying receive side to [2a02:****:5d33]:8853 failed: DATAGRAM frame too large
I already tried different quic.Config InitialPacketSize values for both inner quic and outer masque stream but I cant get it to work.
The text was updated successfully, but these errors were encountered: