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".