polachok / passfd

One weird unix trick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passfd

Build Status

Unix sockets possess magic ability to transfer file descriptors from one process to another (unrelated) process using obscure SCM_RIGHTS API. This little crate adds extension methods to UnixStream to use it.

Links

About

One weird unix trick


Languages

Language:Rust 100.0%