Dear mailing list:
The following code works well on a Linux platform,
int sockfd;
char buf[1024];
struct sockaddr fromaddr;
int fromlen;
if ( (retv = recvfrom( sockfd, buf, sizeof(buf), 0, &fromaddr,&fromlen )) <
0 )
{
perror( "udpclient: recvfrom" );
}
However, in cygw
Thank you. I will try that.
- Original Message -
From: "Thomas Pfaff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 7:28 AM
Subject: Re: recvfrom bug
> Dr. M. C. Nelson wrote:
> > Dear mai
After a new install of cygwin, the following errors are reported the
first time a bash shell console or xterm is opened. The same error
message is displayed after trying to run any application.
After this the console window or xterm can be closed and then reopened,
and the error is gone. After log
After a new install of cygwin, the following errors are reported the
first time a bash shell console or xterm is opened. The same error
message is displayed after trying to run any application.
After this the console window or xterm can be closed and then reopened,
and the error is gone. After log
4 matches
Mail list logo