Followup to:  <[EMAIL PROTECTED]>
By author:    Kurt Roeckx <[EMAIL PROTECTED]>
In newsgroup: linux.dev.kernel
>
> On Mon, Oct 23, 2000 at 03:58:39PM -0400, Patrick J. LoPresti wrote:
> > "David S. Miller" <[EMAIL PROTECTED]> writes:
> > 
> > > SOCK_DGRAM over AF_UNIX is reliable, it's a local transport.
> > 
> > This is contrary to the documentation ("man socket").  The behavior
> > you describe is what I would expect for SOCK_SEQPACKET, not
> > SOCK_DGRAM.
> 
> SOCK_DGRAM is only as reliable as the underlying protocol. If the 
> unerlying one is not reliable, neither is SOCK_DGRAM.  It will not
> do anything to make it more reliable, unlike others.
> 

Again, SOCK_DGRAM is reliable over AF_UNIX, because AF_UNIX does not
implement any nonreliable transports.

        -hpa

-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to