Re: pipes



On Aug 29, 11:18 am, Rainer Weikusat <rweiku...@xxxxxxxxxxx> wrote:
Maxim Yegorushkin <maxim.yegorush...@xxxxxxxxx> writes:
On Aug 29, 9:48 am, Ivan Gotovchits <ivan.gotovch...@xxxxxxxxx> wrote:

[...]

Then try AF_UNIX datagram socket(SOCK_DGRAM)

This would be very much like a pipe. AF_UNIX sockets must be connected
before sending anything.

Datagram sockets are always connection-less.

Sorry, my mistake, forgot about sendto().

.