mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
6893654cfc
This reduces the stutter when a client joins. The decompression isn't put on the task manager. As the client would have to wait for that either way. Also a new polling loop would have to be introduced. The compression code is moved to the file transferer so all data send through it gits compressed. Refs: #4210