Commit 267b7f86 authored by jan.koester's avatar jan.koester
Browse files

test

parent f2a0b489
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;