|
Ping is a measurement of how quickly packets are received, processed and transmitted back to the client. The actual ping packet is a subtype of packet 1009 which the server just sends back to the client so it can calculate the response time.
Most likely your source has something called a packet handler which is dealing with this packet.
What kind of issue are you actually having though? Ping showing as 0, negative numbers or are you complaining that the ping is relatively high?
Chances are this is not related to the ping packet at all (if you're worried cause you have say 500 ping) and it's more to do with how efficient the source is in general + your host and connection speed.
If it's zero then you're not processing the packet
If it's negative/huge number then you're not handling it properly.
|