]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
sv_sendentities_csqc_randomize_order: send entities in somewhat randomized order.
authorRudolf Polzer <divVerent@gmail.com>
Tue, 25 Jun 2024 19:13:46 +0000 (15:13 -0400)
committerRudolf Polzer <divVerent@gmail.com>
Wed, 7 Aug 2024 00:58:30 +0000 (20:58 -0400)
commitcb7b1ca08865964d22d09522a99745014963fd39
treed1db5dafc945bc92bfb8ada6118564f24f0995fa
parent4ad8cba45f422ef8daf0b7c3dc21a4fccb1fdc77
sv_sendentities_csqc_randomize_order: send entities in somewhat randomized order.

Should improve CSQC networking at low rates or high byte rate sending
mods.

No impact if sv_sendentities_csqc_randomize_order is 0. No impact to
non-CSQC entities (these already have a superior priority system).

Enabled by default; let's see how well this works.
sv_ents_csqc.c
sv_main.c