Skip to content

Commit

Permalink
Remove IPv4-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
zpostfacto committed May 2, 2020
1 parent 3db36c6 commit 02e62d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/steamnetworkingsockets/steamnetworking_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ struct SteamNetworkingDetailedConnectionStatus
/// Currently selected front router, if any.
/// Note that PoP ID can be found in the SteamNetConnectionInfo_t
char m_szPrimaryRouterName[64];
uint32 m_unPrimaryRouterIP;
uint16 m_unPrimaryRouterPort;
SteamNetworkingIPAddr m_addrPrimaryRouter;

/// Stats for "front" link to current router
SteamDatagramLinkStats m_statsPrimaryRouter;
Expand All @@ -361,8 +360,7 @@ struct SteamNetworkingDetailedConnectionStatus
/// Currently selected back router, if any
SteamNetworkingPOPID m_idBackupRouterCluster;
char m_szBackupRouterName[64];
uint32 m_unBackupRouterIP;
uint16 m_unBackupRouterPort;
SteamNetworkingIPAddr m_addrBackupRouter;

/// Ping times to backup router, if any
int m_nBackupRouterFrontPing, m_nBackupRouterBackPing;
Expand Down

0 comments on commit 02e62d1

Please sign in to comment.