MCPcopy Create free account
hub / github.com/assaultcube/AC / extping_uplinkstats

Function extping_uplinkstats

source/src/server.cpp:4765–4769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4763}
4764
4765void extping_uplinkstats(ucharbuf &po)
4766{
4767 if(scl.maxclients > 3)
4768 po.put(chokelog + 4, scl.maxclients - 3); // send logs for 4..n used slots
4769}
4770
4771void extinfo_cnbuf(ucharbuf &p, int cn)
4772{

Callers 1

servermsFunction · 0.85

Calls 1

putMethod · 0.45

Tested by

no test coverage detected