Changeset 9296 in orxonox.OLD for branches/proxy/src/lib/network/handshake.h
- Timestamp:
- Jul 14, 2006, 3:01:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/handshake.h
r9295 r9296 31 31 std::string preferedNickName; //!< prefered nick name 32 32 33 int freeSlots; //!< true if there are still free slots on this server33 int redirectProxy; //!< true if the client should reconnect to a proxy server (either 1 or 2 ) 34 34 IPaddress proxy1; //!< ip address of the first proxy (0.0.0.0 of not available) 35 35 IPaddress proxy2; //!< ip address of the second proxy (0.0.0.0 of not available) … … 73 73 inline std::string getPreferedNickName(){ return remoteState.preferedNickName; } 74 74 75 /** @returns if true the local client should reconnect to a proxy server from the proxy server list */ 76 inline bool redirect() { return this->remoteState.redirectProxy;} 77 75 78 /** @param address: the address of the proxy server 1 if any */ 76 79 inline void setProxy1Address(IPaddress address) { this->localState.proxy1 = address; }
Note: See TracChangeset
for help on using the changeset viewer.