mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:03:35 +02:00
push version for asset packets to mismatch for TCPVegasCC
This commit is contained in:
parent
af969231e7
commit
6d69a0dc71
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ PacketVersion versionForPacketType(PacketType packetType) {
|
|||
case PacketType::AssetGetInfo:
|
||||
case PacketType::AssetGet:
|
||||
case PacketType::AssetUpload:
|
||||
// Removal of extension from Asset requests
|
||||
return 18;
|
||||
// Introduction of TCPVegasCC as default congestion control
|
||||
return 19;
|
||||
case PacketType::NodeIgnoreRequest:
|
||||
return 18; // Introduction of node ignore request (which replaced an unused packet tpye)
|
||||
|
||||
|
|
Loading…
Reference in a new issue