Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4765
void 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
4771
void extinfo_cnbuf(ucharbuf &p, int cn)
4772
{
Callers
1
serverms
Function · 0.85
Calls
1
put
Method · 0.45
Tested by
no test coverage detected