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
The log isn't receiving any 1 length or 0 length UDP packets. These packets are supposed to be responses like ACK, but they don't show up in the log. Wireshark does show the packets.
The text was updated successfully, but these errors were encountered:
UDP does not use sessions. There are no acknowledgements unless you send that yourself in your code.
Since every UDP packet is complete, Packet Sender does not apply any filtering to UDP.
Here is a screenshot of a zero-data packet captured by Packet Sender:
You may want to set up a loopback test using 2 Packet Senders to help your understanding of what is happening. Take a look at this screenshot as a guide on how you can set that up: #172 (comment) . For your test, use "UDP" instead of TCP.
What OS and Version?
Windows 11
V 8.4.3 Binary
Description of issue
The log isn't receiving any 1 length or 0 length UDP packets. These packets are supposed to be responses like ACK, but they don't show up in the log. Wireshark does show the packets.
The text was updated successfully, but these errors were encountered: