RE: want opinions on possible glitch in 2.4 network error reporti

Perches, Joe (joe.perches@spirentcom.com)
Thu, 7 Feb 2002 12:37:41 -0800


How does one guarantee a packet socket send/sendto/write?

-----Original Message-----
From: Richard B. Johnson [mailto:root@chaos.analogic.com]
> > That is correct UDP behaviour
> Do you think this is the correct PacketSocket/RAW behaviour?
Yes.
> How does one guarantee a send/sendto/write?
Easy, you use send() or write(). These work on stream protocol TCP/IP
where there is a "connection".
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/