|
OpenVPN 3 Core Library
|
The session kotun.hpp creates once intercept() has returned HANDLE_2ND. More...
Public Member Functions | |
| CookieSession (const ProtoContext::ProtoConfig::Ptr &cfg, const ProtoSessionID &cookie_psid) | |
| size_t | recv (const BufferAllocated &pkt) |
Public Attributes | |
| NullProtoCallback | cb |
| RCPtr< RecordingStats > | rec {new RecordingStats()} |
| SessionStats::Ptr | stats {rec} |
| ProtoContext | proto |
The session kotun.hpp creates once intercept() has returned HANDLE_2ND.
Stood up the way ServerProto::Session::start() does, with the psid the cookie layer validated, and fed packets the way the transport feeds them.
Definition at line 812 of file test_psid_cookie.cpp.
|
inline |
Definition at line 819 of file test_psid_cookie.cpp.
|
inline |
Definition at line 829 of file test_psid_cookie.cpp.
| NullProtoCallback CookieSession::cb |
Definition at line 814 of file test_psid_cookie.cpp.
| ProtoContext CookieSession::proto |
Definition at line 817 of file test_psid_cookie.cpp.
| RCPtr<RecordingStats> CookieSession::rec {new RecordingStats()} |
Definition at line 815 of file test_psid_cookie.cpp.
| SessionStats::Ptr CookieSession::stats {rec} |
Definition at line 816 of file test_psid_cookie.cpp.