• Kenton Varda's avatar
    Implement FD passing in Cap'n Proto. · e9c46ac1
    Kenton Varda authored
    An endpoint (subclass of `Capability::Server`) may override `kj::Maybe<int> getFd()` to expose an underlying file descriptor.
    
    A remote client may use `Capability::Client::getFd()` on the endpoint's capability to get that FD.
    
    The client and server must explicitly opt into FD passing by passing a max-FDs-per-message limit to TwoPartyVatNetwork and using Unix sockets as the transport. Nothing other than that is needed.
    e9c46ac1
Name
Last commit
Last update
..
benchmark Loading commit data...
capnp Loading commit data...
kj Loading commit data...
CMakeLists.txt Loading commit data...