Re: [osol-code] Re: Re: Code quality & -xc99=%none

2005-07-18 Thread Natalya Reznik
http://www.opensolaris.org/os/community/onnv/dev_solaris/ Cyril Plisko wrote: On Mon, 2005-07-18 at 18:10, Natalya Reznik wrote: It is this document. Where is it ? -- ___ opensolaris-code mailing list opensolaris-code@opensolaris.org https:/

Re: [osol-code] Re: Re: Code quality & -xc99=%none

2005-07-18 Thread Cyril Plisko
On Mon, 2005-07-18 at 18:10, Natalya Reznik wrote: > It is this document. Where is it ? ___ opensolaris-code mailing list opensolaris-code@opensolaris.org https://opensolaris.org:444/mailman/listinfo/opensolaris-code

Re: [osol-code] Outstanding data on socket

2005-07-18 Thread Paul Durrant
On 18 Jul 2005, at 13:47, Robert Milkowski wrote: How can I check if there're any outstanding data on a network socket to send? On Linux I can use ioctl/TIOCOUTQ and on Solaris? ps. we have to implement some workaround so all data are sent before we call close(). We do port Linux

[osol-code] Re: Re: Code quality & -xc99=%none

2005-07-18 Thread Natalya Reznik
It is this document. This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensolaris.org https://opensolaris.org:444/mailman/listinfo/opensolaris-code

[osol-code] Outstanding data on socket

2005-07-18 Thread Robert Milkowski
Hello , How can I check if there're any outstanding data on a network socket to send? On Linux I can use ioctl/TIOCOUTQ and on Solaris? ps. we have to implement some workaround so all data are sent before we call close(). We do port Linux application and want to implement the