Subversion Repositories tpanel

Rev

Rev 464 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 464 Rev 465
Line 51... Line 51...
51
        void initSSL();
51
        void initSSL();
52
        SSL_CTX *initCTX();
52
        SSL_CTX *initCTX();
53
        void log_ssl_error();
53
        void log_ssl_error();
54
        bool isSockValid();
54
        bool isSockValid();
55
        bool getHost();
55
        bool getHost();
-
 
56
        bool determineNetmask(int socket);
56
 
57
 
57
    private:
58
    private:
58
        std::string mHost;
59
        std::string mHost;
59
        int mPort{0};
60
        int mPort{0};
60
        int mSockfd{-1};
61
        int mSockfd{-1};