Loading src/windows/tcp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ netplus::tcp::tcp(const std::string& addr, int port, int maxconnections, int soc _Maxconnections = maxconnections; if (sockopts == -1) sockopts = WSA_FLAG_OVERLAPPED || SO_REUSEADDR; sockopts = WSA_FLAG_OVERLAPPED; struct addrinfo hints, * result = nullptr, * rp = nullptr; Loading Loading
src/windows/tcp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ netplus::tcp::tcp(const std::string& addr, int port, int maxconnections, int soc _Maxconnections = maxconnections; if (sockopts == -1) sockopts = WSA_FLAG_OVERLAPPED || SO_REUSEADDR; sockopts = WSA_FLAG_OVERLAPPED; struct addrinfo hints, * result = nullptr, * rp = nullptr; Loading