diff options
Diffstat (limited to 'devel/arpc/pkg-descr')
-rw-r--r-- | devel/arpc/pkg-descr | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/arpc/pkg-descr b/devel/arpc/pkg-descr deleted file mode 100644 index b31620c356c3..000000000000 --- a/devel/arpc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ARPC is a GRPC-like library that supports file descriptor passing. - -ARPC ships with a script, aprotoc, that works similar to Protobuf/GRPC's -protoc. It generates message and service bindings, taking a .proto file -as an input. Where ARPC differs from GRPC is that messages may contain -file descriptors. These file descriptors are passed on to the remote -side transparently. This makes ARPC useful for implementing privilege -separation between processes. |