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
@mxinden Thanks for finding that! The interesting part is that tests of the existing code were working, although maybe by chance. I have a fix in PR #1773, if you want to take a look.
As far as I can tell,
UDP_COALESCED_INFO
is acmsg_type
, notcmsg_level
. The correspondingcmsg_level
should beIPPROTO_UDP
.picoquic/picoquic/picosocks.c
Line 400 in 6f1c5f4
See msquic implementation for reference:
https://github.com/microsoft/msquic/blob/c761886b3c3dfb09106584393b9c7580baca4c53/src/platform/datapath_winuser.c#L3215-L3221
Hope I am not missing something.
The text was updated successfully, but these errors were encountered: