UDP results from WPA

ultraKnur 21 Reputation points
2022-11-08T13:32:59.233+00:00

Hi all,

I am concerned about my network results shown in WPA.

Two questions:

1) As you can see on attached screenshot, I send UDP packets to 128 tick game server with expected rate and I can assume that my NIC is working fine, but is it normal that I receive UDP packets with such a low rate? It looks like they are delivered to me every 4-5 seconds and by this I don't receive reliable informations about my enemies ie. unreliable location or so called "desync".

2) What is the difference between tracking UDP packets/traffic in Wireshark and WPA? Wireshark shows more or less 1:1 ratio to sent and received packets and I don't understand why WPA barely "detects" UDP.

Thanks

258234-wpa.png

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,270 questions
{count} votes

Accepted answer
  1. Gary Nebbett 5,721 Reputation points
    2022-11-08T20:29:38.947+00:00

    Hello ultraKnur,

    These WPA results are indeed just a result of how the events are attributed to specific processes.

    Some events include thread and process ID information in the event header, but the UdpIp events contain the value -1 in these fields. WPA is using context switch information to remember which process and thread is running on each CPU and is using that information to associate the UdpIp events to processes/threads.

    That is OK for send events, because they normally happen in the context of the sending process, but does not work for receive events because they happen in the context of whichever process/thread was interrupted to handle the receive interrupt or DPC.

    Gary

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful