|
Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
|
Public Member Functions | |
| operator ServeProto::ReadConn () | |
| operator ServeProto::WriteConn () | |
Public Attributes | |
| std::unique_ptr< SSH::Connection > | sshConn |
| FdSink | to |
| FdSource | from |
| ServeProto::Version | remoteVersion |
| bool | good = true |
|
inline |
Coercion to ServeProto::ReadConn. This makes it easy to use the factored out serve protocol searlizers with a LegacySSHStore::Connection.
The serve protocol connection types are unidirectional, unlike this type.