jesseklm
Results
2
issues of
jesseklm
using IP_DONTFRAGMENT from https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/WinSock/ipproto-ip-socket-options.md > Indicates that data should not be fragmented regardless of the local MTU. Valid only for message oriented protocols. Microsoft TCP/IP providers respect this option for...
This PR adds a new function, `resetOverflowErrors()`. It resets the overflow error bits (`MCP_EFLG_RX0OVR` and `MCP_EFLG_RX1OVR`) in the `MCP_EFLG` register, ensuring that these flags can be cleared after an overflow...