Public Member Functions | |
operator WorkerProto::ReadConn () | |
operator WorkerProto::WriteConn () | |
Public Attributes | |
FdSink | to |
FdSource | from |
WorkerProto::Version | protoVersion |
std::set< Feature > | features |
|
inline |
Coercion to WorkerProto::ReadConn
. This makes it easy to use the factored out serve protocol serializers with a LegacySSHStore::Connection
.
The serve protocol connection types are unidirectional, unlike this type.
|
inline |
Coercion to WorkerProto::WriteConn
. This makes it easy to use the factored out serve protocol serializers with a LegacySSHStore::Connection
.
The serve protocol connection types are unidirectional, unlike this type.
std::set<Feature> nix::WorkerProto::BasicConnection::features |
The set of features that both sides support.
FdSource nix::WorkerProto::BasicConnection::from |
Receive with this.
WorkerProto::Version nix::WorkerProto::BasicConnection::protoVersion |
The protocol version agreed by both sides.
FdSink nix::WorkerProto::BasicConnection::to |
Send with this.