Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2021-01-24 00:00:00Z and 2021-01-25 00:00:00Z
Well why does it matter if there is a next packet?
16:30
You should always just recv everything you get, not like discarding the rest of the rx queue is cheap, nor can you know how much of the ex queue to discard without recving
b28cdc9 rank/teamrank: Display how much better you are - def-
953ea87 Use sql PERCENTAGE_RANK() window function - Zwelf
f528091 Merge #3541 - bors[bot]
token must be the token from the request. If the server info isn't sent upon a request, it mut be -1.
18:37
token is an arbitrary byte chosen by the client which will be sent back with the server info. For the extended server info, the extra_token field needs to be included in the server info response.
so you only need to remember where you put things, when crafting the request, we generate a 3 byte token. The least significant byte we put in the last byte named token in the protocol