Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2006, 7:29:31 PM (18 years ago)
Author:
patrick
Message:

the proxy network interface is started

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.h

    r9459 r9463  
    4343    void connectToMasterServer(std::string host, int port);
    4444    void connectToProxyServer(int proxyId, std::string host, int port);
    45     void createServer(int port);
     45    void createServer(int clientPort, int proxyPort);
    4646
    4747    void createNetworkGameManager();
     
    110110    NetworkMonitor*            networkMonitor;              //!< the network monitor
    111111    NetworkGameManager*        networkGameManager;          //!< reference to the network game manager
    112     ServerSocket*              serverSocket;                //!< the listening socket of the server
     112    ServerSocket*              clientSocket;                //!< the listening socket of the server
     113    ServerSocket*              proxySocket;                 //!< socket for proxy connections
    113114
    114115    std::map<int,int>          oldSynchronizeables;         //!< used to save recently deleted sync ids to not recreate them
Note: See TracChangeset for help on using the changeset viewer.