From b0971f4459fd37813dd4779f2ddaf9b38cf5f776 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 8 Feb 2011 11:24:07 +0200 Subject: local game connects to 127.0.0.1 instead of localhost (windows returns an ipv6 address sometimes which is not supported) --- src/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index b6b580073..a56715d99 100644 --- a/src/socket.h +++ b/src/socket.h @@ -85,6 +85,8 @@ public: unsigned int getAddress() const; unsigned short getPort() const; void setAddress(unsigned int address); + void setAddress(unsigned int a, unsigned int b, + unsigned int c, unsigned int d); void setPort(unsigned short port); void print(std::ostream *s) const; void print() const; -- cgit v1.2.3