Is unix domain UDP reliable?

2006-02-04 Thread Alexander Farber
Do datagrams arrive in order and without loss when using unix domain on OpenBSD?

Re: Is unix domain UDP reliable?

2006-02-04 Thread Andreas Kahari
On 04/02/06, Alexander Farber [EMAIL PROTECTED] wrote: Do datagrams arrive in order and without loss when using unix domain on OpenBSD? I think it's safest to say that when you use SOCK_DGRAM, you get unreliable messages. The socket(2) manual says so and unix(4) doesn't say otherwise for the