Skip to main content

Module dnode_server

Module dnode_server 

Source
Expand description

DNODE_PEER_SERVER-role connection driver.

Outbound peer connection: the local node initiates the link to a remote peer. The driver wraps every outgoing request in a dnode header (and, when the pool’s secure_server_option requires it, encrypts the payload), pumps the wire bytes, then parses the response that comes back and delivers it through the per-request responder channel.

Structs§

DnodeServerConn
Outbound DNODE peer connection driver.