VCMP send same packet 105 times!

Started by habi2, Jul 26, 2025, 05:14 PM

Previous topic - Next topic

habi2

Today i discovered while working on something that vcmp server sends one packet 105 times.

It happened when you kick  a player.

It is because the packet was 'reliable' one and needs acknowledgement. Since this is kicking, they don't send acknowledgement. Since we don't receive acknowledgement, it sends again.

Three reliable packets (msg ids hex 0x6a, 0x36, 0x48) were seen going out.

Offtopic:
i replied on his thread and-