Bug 3687 - getstatus is truncated
Status: NEW
Alias: None
Product: Tremulous
Classification: Unclassified
Component: Misc
Version: SVN HEAD
Hardware: All All
: P3 minor
Assignee: Tim Angus
QA Contact: Tremulous Bugs
URL:
Depends on:
Blocks:
 
Reported: 2008-06-14 12:04 EDT by Amanieu d'Antras
Modified: 2008-06-14 12:04:33 EDT
0 users

See Also:



Description Amanieu d'Antras 2008-06-14 12:04:33 EDT
When you use getstatus on a server with a large number of players, you will not get the full list of players because the info will be split into 2 or more packets and only the first udp packet will be parsed.
Here are the possible solutions:
1) Include sequence info in getstatus response
2) Create a new getstatus that uses sequence info

Implementing 1) would break compatibility with q3 and all the tools that are designed to get info from q3 servers.