PING Packet - zeroKilo/GROBackendWV GitHub Wiki
Ping Packet
this packet is send in intervals to check if a connection is still established. the reply has no payload
Example Packet Exchange
`
10.11.2019 14:35:42 : [UDP Redirector] received : 3F 31 24 56 78 56 34 12 01 00 E2
10.11.2019 14:35:42 : [UDP Redirector] received : UDPPacket {
From : VPort[port=15 type=OldRVSec]
To : VPort[port=01 type=OldRVSec]
Flags : [FLAG_NEED_ACK]
Type : PING
Session ID : 0x56
Signature : 0x12345678
Sequence ID : 0x0001
PayLoad :
Checksum : 0xE2
}
10.11.2019 14:35:42 : [UDP Redirector] received : UDPPacket { PING ( W )}
10.11.2019 14:36:24 : [UDP Redirector] send : 31 3F 0C 56 01 00 26 7F 01 00 5C
10.11.2019 14:36:24 : [UDP Redirector] send : UDPPacket {
From : VPort[port=01 type=OldRVSec]
To : VPort[port=15 type=OldRVSec]
Flags : [FLAG_ACK]
Type : PING
Session ID : 0x56
Signature : 0x7F260001
Sequence ID : 0x0001
PayLoad :
Checksum : 0x5C
}
10.11.2019 14:36:24 : [UDP Redirector] send : UDPPacket { PING ( A )}`