Divert icon indicating copy to clipboard operation
Divert copied to clipboard

windivert produce two close event for every udp socket close operation on windows 11 ,but work as intended on windows 10 .

Open iouvxz opened this issue 1 year ago • 1 comments
trafficstars

iouvxz avatar Nov 29 '23 23:11 iouvxz

I was using windows 11 22H2, and socketdump.exe "event == CLOSE and udp"

iouvxz avatar Nov 29 '23 23:11 iouvxz

The SOCKET_CLOSE event could be indicated twice: once for ipv4 and once more for ipv6. It may depend if an ipv4/ipv6 packet was observed during testing. I think this is probably what happened.

basil00 avatar Apr 03 '24 00:04 basil00