Support multihomed servers
This commit is contained in:
+2
-2
@@ -85,8 +85,8 @@ namespace Network {
|
||||
void update_MTU( void );
|
||||
|
||||
public:
|
||||
Connection();
|
||||
Connection( const char *key_str, const char *ip, int port );
|
||||
Connection( const char *desired_ip ); /* server */
|
||||
Connection( const char *key_str, const char *ip, int port ); /* client */
|
||||
|
||||
void send( string s );
|
||||
string recv( void );
|
||||
|
||||
Reference in New Issue
Block a user