IP2Unix - Turn IP sockets into Unix domain sockets Executes a program and converts IP to Unix domain sockets at runtime via LD_PRELOAD (ld.so (8)) based on a list of rules, either given via short ...
Unix Domain Socket é um mecanismo de comunicação inter processo bidirecional (IPC inter-process comuncation). Ele é limitado a processos dentro da mesma máquina. É definido em arquivo físico e pode ...
Sockets provide an interface into the kernel’s networking protocols by allowing programmers to create a communication endpoint in the form of a file descriptor, and by binding a name to the file ...
Abstract: This paper presents a Rust-based Session Types library to secure the type-safety for software that performs synchronous concurrent communication based on TCP sockets and UNIX domain sockets.