Skip to content

Commit b813c78

Browse files
committed
Add k_ESteamNetworkingConfig_SDRClient_EnableTOSProbes
P4:9167134 (cherry picked from commit 13ad238)
1 parent b4fc120 commit b813c78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/steam/steamnetworkingtypes.h

+4
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,10 @@ enum ESteamNetworkingConfigValue
17041704
// 0..2 = use that value.
17051705
k_ESteamNetworkingConfig_ECN = 999,
17061706

1707+
// [global int32] If true, send and request different TOS values in probes to relays
1708+
// to try to deduce if there is any bleaching or mutating of the TOS field in either direction
1709+
k_ESteamNetworkingConfig_SDRClient_EnableTOSProbes = 998,
1710+
17071711
//
17081712
// Deleted, do not use
17091713
//

0 commit comments

Comments
 (0)