Home
last modified time | relevance | path

Searched refs:SetGlobalConfigValueInt32 (Results 1 – 6 of 6) sorted by relevance

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/tests/
H A Dtest_connection.cpp309 SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_SendRateMin, rate ); in TestNetworkConditions()
310 SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_SendRateMax, rate ); in TestNetworkConditions()
314 …SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_FakePacketLag_Send, la… in TestNetworkConditions()
315 …SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_FakePacketLag_Recv, 0 … in TestNetworkConditions()
317 …SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_FakePacketReorder_Time… in TestNetworkConditions()
H A Dtest_common.cpp84 …SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_LogLevel_P2PRendezvous… in TEST_Init()
H A Dtest_p2p.cpp202 …SteamNetworkingUtils()->SetGlobalConfigValueInt32(k_ESteamNetworkingConfig_P2P_Transport_ICE_Enabl… in main()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/include/steam/
H A Disteamnetworkingutils.h249 bool SetGlobalConfigValueInt32( ESteamNetworkingConfigValue eValue, int32 val );
412 inline bool ISteamNetworkingUtils::SetGlobalConfigValueInt32( ESteamNetworkingConfigValue eValue, i… in SetGlobalConfigValueInt32() function
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/examples/
H A Dexample_chat.cpp113 …SteamNetworkingUtils()->SetGlobalConfigValueInt32( k_ESteamNetworkingConfig_IP_AllowWithoutAuth, 1… in InitSteamDatagramConnectionSockets()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_flat.cpp256 return self->SetGlobalConfigValueInt32( eValue,val ); in SteamAPI_ISteamNetworkingUtils_SetGlobalConfigValueInt32()