csgo-2018-source/engine/sv_ipratelimit.h

12 lines
352 B
C
Raw Permalink Normal View History

2021-07-25 12:11:47 +08:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose: rate limits OOB server queries
//
//=============================================================================//
struct ns_address;
// returns false if this IP exceeds rate limits
bool CheckConnectionLessRateLimits( const ns_address &adr );