Module pipe

Module pipe 

Source
Expand description

Pipe Interface and InterfaceConfig implementation

§Server Configuration Example

[[server.interface]]
type = "pipe"
path = '/path/to/pipe.fifo'
group_read_permission = true

§Client Configuration Example

[[client.interface]]
type = "pipe"
path = '/path/to/pipe.fifo'
group_read_permission = true
group_write_permission = true

Structs§

PipeInterface
Data structure to represent the Named Pipe Interface.