Skip to content

Commit dfbd38d

Browse files
committed
Get this header in sync with partner branch
1 parent 567cce1 commit dfbd38d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/steam/steamnetworkingtypes.h

+7
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,9 @@ struct SteamNetConnectionInfo_t
716716
/// connection type (and peer information), and any name
717717
/// given to the connection by the app. This string is used in various
718718
/// internal logging messages.
719+
///
720+
/// Note that the connection ID *usually* matches the HSteamNetConnection
721+
/// handle, but in certain cases with symmetric connections it might not.
719722
char m_szConnectionDescription[ k_cchSteamNetworkingMaxConnectionDescription ];
720723

721724
/// Misc flags. Bitmask of k_nSteamNetworkConnectionInfoFlags_Xxxx
@@ -1375,6 +1378,10 @@ enum ESteamNetworkingConfigValue
13751378
/// This value should not be read or written in any other context.
13761379
k_ESteamNetworkingConfig_LocalVirtualPort = 38,
13771380

1381+
/// [connection int32] Enable Dual wifi band support for this connection
1382+
/// 0 = no, 1 = yes, 2 = simulate it for debugging, even if dual wifi not available
1383+
k_ESteamNetworkingConfig_DualWifi_Enable = 39,
1384+
13781385
/// [connection int32] True to enable diagnostics reporting through
13791386
/// generic platform UI. (Only available on Steam.)
13801387
k_ESteamNetworkingConfig_EnableDiagnosticsUI = 46,

0 commit comments

Comments
 (0)