Crate qrexec_binds

Crate qrexec_binds 

Source

Modules§

errors

Structs§

QrexecClient
BUF_LEN is the size of the buffer used with the qrexec-client-vm call, –buffer-size=BUF_LEN, argument, and the size of the buffer used to write into the qrexec-client-vm file descriptors behind the scenes. The only thing you need to know when you set this is that 8 extra bytes are taken up by the header therefore you cannot send more data than <BUF_LEN - 8> in a single write call.
QrexecServer

Traits§

QIO