pub const k_cchMaxSteamNetworkingPingLocationString: c_int = 1024;
Expand description

Max possible length of a ping location, in string format. This is an extremely conservative worst case value which leaves room for future syntax enhancements. Most strings in practice are a lot shorter. If you are storing many of these, you will very likely benefit from using dynamic memory.