Vadim Lebedev wrote: > However in case of simple bridging it's simply an overhead of 2 file > descriptors (one pipe) Not quite; pipes are unidirectional (they are not sockets), so any bridge to connect two sockets would require two pipes.