mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
Merge master at 1b37c25f93 into partner
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose: Linked list container class
|
||||
//
|
||||
// $Revision: $
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef UTLLINKEDLIST_H
|
||||
|
||||
@@ -255,10 +255,11 @@ void CSteamNetworkConnectionP2P::CheckInitICE()
|
||||
#else
|
||||
ICE_Implementation = 1;
|
||||
#endif
|
||||
|
||||
m_connectionConfig.P2P_Transport_ICE_Implementation.Set( ICE_Implementation );
|
||||
}
|
||||
|
||||
// Lock it in
|
||||
m_connectionConfig.P2P_Transport_ICE_Implementation.Set( ICE_Implementation );
|
||||
m_connectionConfig.P2P_Transport_ICE_Implementation.Lock();
|
||||
|
||||
// "Native" ICE client?
|
||||
|
||||
Reference in New Issue
Block a user