On Mon, 16 May 2011, Jacob Eiler wrote:
> I am experiencing an issue with getsockopt when running an application
> under CygWin.
>
> The application (Kannel sms gateway) creates a new socket, attempt to
> connect non-blocking to the other host and later calls getsockopt to
> check for errors:
>
>
On May 16 14:43, Jacob Eiler wrote:
> Hi.
>
> I am experiencing an issue with getsockopt when running an application
> under CygWin.
>
> The application (Kannel sms gateway) creates a new socket, attempt to
> connect non-blocking to the other host and later calls getsockopt to
> check for errors
Hi.
I am experiencing an issue with getsockopt when running an application
under CygWin.
The application (Kannel sms gateway) creates a new socket, attempt to
connect non-blocking to the other host and later calls getsockopt to
check for errors:
s = socket(PF_INET, SOCK_STREAM, 0);
...
flags =
3 matches
Mail list logo