rlpx::auth::HandshakeResult¶
#include <auth_handshake.hpp>
Public Functions¶
| Name | |
|---|---|
| const AuthKeyMaterial & | keys() const |
| const FrameSecrets & | secrets() const |
Public Attributes¶
| Name | |
|---|---|
| AuthKeyMaterial | key_material |
| FrameSecrets | frame_secrets |
| std::string | peer_client_id |
| uint16_t | peer_listen_port |
| std::optional< socket::SocketTransport > | transport Socket to hand off to MessageStream after handshake. |
Public Functions Documentation¶
function keys¶
function secrets¶
Public Attributes Documentation¶
variable key_material¶
variable frame_secrets¶
variable peer_client_id¶
variable peer_listen_port¶
variable transport¶
Socket to hand off to MessageStream after handshake.
Updated on 2026-04-13 at 23:22:46 -0700