mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
change ip
This commit is contained in:
@@ -12,7 +12,7 @@ private:
|
||||
|
||||
public:
|
||||
Socket();
|
||||
Socket(int domain, int type, int protocol, int port);
|
||||
Socket(int domain, int type, int protocol, int port, std::string ip);
|
||||
int getSocketFd(void);
|
||||
struct sockaddr_in getAddres(void);
|
||||
socklen_t getAddlen(void);
|
||||
|
||||
Reference in New Issue
Block a user