Feature #1767
Network delta profiler
Start date:
2014-04-18
% Done:
0%
Description
In a multiplayer game, the server will periodically determine what has changed in the game world and send out notifications about the changes to the clients. The purpose of a delta profiler is to track the amount and quality of data sent, and make it possible to improve the quality of the delta stream so that the client gameplay experience is better.
There could be a visual display of the delta statistics (cf. memory zone debug).
Related issues
History
#1 Updated by skyjake over 9 years ago
- Priority changed from Normal to High
#2 Updated by skyjake over 8 years ago
- Related to Feature #1962: Revised network protocol based on libshell added
#3 Updated by skyjake almost 5 years ago
- Target version set to Multiplayer