Re: socketpairs

2019-02-08 Thread Alex Vong
Hello, Catonano writes: > I don't understand what socketpairs are for > > The manual states: > > -- Scheme Procedure: socketpair family style proto > -- C Function: scm_socketpair (family, style, proto) > Return a pair, the ‘car’ and ‘cdr’ of which are two u

Re: socketpairs

2019-02-07 Thread Catonano
Il giorno gio 7 feb 2019 alle ore 12:32 Mike Gran ha scritto: > > Unix sockets are often used to communicate between processes on the same > machine. > > Normally one process opens the socket and the other connects to it. > > Both processes need to know the unix path to the socket > for this to w

socketpairs

2019-02-07 Thread Catonano
I don't understand what socketpairs are for The manual states: -- Scheme Procedure: socketpair family style proto -- C Function: scm_socketpair (family, style, proto) Return a pair, the ‘car’ and ‘cdr’ of which are two unnamed socket ports connected to each other. The connecti