2002-02-07 20:38:54

by Perches, Joe

[permalink] [raw]
Subject: RE: want opinions on possible glitch in 2.4 network error reporti ng

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

-----Original Message-----
From: Richard B. Johnson [mailto:[email protected]]
> > 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".