Module worker_protocol

Source

Structsยง

ClientSettings
Settings requested by the client. These settings are applied to a connection to between the daemon and a client.

Enumsยง

Operation
Worker Operation
Trust

Staticsยง

MAX_SETTING_SIZE
Max length of a Nix setting name/value. In bytes.
PROTOCOL_VERSION ๐Ÿ”’
STDERR_ERROR ๐Ÿ”’
STDERR_LAST
STDERR_READ ๐Ÿ”’
WORKER_MAGIC_1 ๐Ÿ”’
WORKER_MAGIC_2 ๐Ÿ”’

Functionsยง

read_op
Read a worker Operation from the wire.
server_handshake_client
Performs the initial handshake the server is sending to a connecting client.
write_op
Write a worker Operation to the wire.
write_worker_trust_level
Write the worker Trust level to the wire.