Skip to content

Commit f062b52

Browse files
committed
Deprecate some connection failure reasons.
P4: 6553464
1 parent 9111a73 commit f062b52

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

include/steam/steamnetworkingtypes.h

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -541,13 +541,9 @@ enum ESteamNetConnectionEnd
541541
// - etc
542542
k_ESteamNetConnectionEnd_Remote_BadCert = 4003,
543543

544-
// We couldn't rendezvous with the remote host because
545-
// they aren't logged into Steam
546-
k_ESteamNetConnectionEnd_Remote_NotLoggedIn = 4004,
547-
548-
// We couldn't rendezvous with the remote host because
549-
// they aren't running the right application.
550-
k_ESteamNetConnectionEnd_Remote_NotRunningApp = 4005,
544+
// These will never be returned
545+
//k_ESteamNetConnectionEnd_Remote_NotLoggedIn_DEPRECATED = 4004,
546+
//k_ESteamNetConnectionEnd_Remote_NotRunningApp_DEPRECATED = 4005,
551547

552548
// Something wrong with the protocol version you are using.
553549
// (Probably the code you are running is too old.)
@@ -581,10 +577,7 @@ enum ESteamNetConnectionEnd
581577
// or on their end.
582578
k_ESteamNetConnectionEnd_Misc_Timeout = 5003,
583579

584-
// We're having trouble talking to the relevant relay.
585-
// We don't have enough information to say whether the
586-
// problem is on our end or not.
587-
k_ESteamNetConnectionEnd_Misc_RelayConnectivity = 5004,
580+
//k_ESteamNetConnectionEnd_Misc_RelayConnectivity_DEPRECATED = 5004,
588581

589582
// There's some trouble talking to Steam.
590583
k_ESteamNetConnectionEnd_Misc_SteamConnectivity = 5005,

0 commit comments

Comments
 (0)