添加连接类型列到用户列表,优化连接信息显示逻辑
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
int getConnectionPing(HSteamNetConnection conn) const;
|
||||
HSteamNetConnection getConnection() const { return g_hConnection; }
|
||||
ISteamNetworkingSockets* getInterface() const { return m_pInterface; }
|
||||
std::string getConnectionRelayInfo(HSteamNetConnection conn) const;
|
||||
|
||||
// For SteamRoomManager access
|
||||
std::unique_ptr<TCPServer>*& getServer() { return server_; }
|
||||
|
||||
Reference in New Issue
Block a user