Wojtek Meler wrote:

On Linux you can call

 ioctl(fd, TIOCOUTQ, &data_size);

to check if data has been sent. Is it possible in Solaris?

Quick googling tells that in Linux it returns amount of unsent data in send queue. I dont think this ioctl is supported on sockets in solaris (was it ever supported on sockets ?). An interesting thread on this topic is at:
http://unix.derkeiler.com/Newsgroups/comp.unix.programmer/2004-03/0080.html

thanks
Nitin


--
Wojciech Meler
_______________________________________________
networking-discuss mailing list
[email protected]


_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to