Description
Describe the bug
Similar to #4592
Of this particular client machine(and perhaps several others exhibiting similar symptom), sometimes it can connect to server for an interval, then it fails for another interval of like 10min.
During unconnectable periods, procmon can see client process sending data, but the packets do not appear in wireshark.
I wrote a testing python script that sends 1 udp packet per second in a loop, running alongside the msquic client. It never fails, even when the quic program is unable to send packets.
I wonder how to debug this problem. What can cause packets to disappear between the point seen in procmon(tcpip.sys?) and nic driver?
Affected OS
- Windows
- Linux
- macOS
- Other (specify below)
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Run msquic client, which attemps to establish a connection with server
Expected behavior
procmon, wireshark, server all being able to see the data
Actual outcome
only procmon sees the sending activity
Additional details
No response