On Sat, Jun 03, 2000 at 11:58:50PM +1000, Shao Zhang wrote:
> Hi,
> Could anyone explain to me why the following C program always fails?
> I mean the setsockopt always fails. Thanks for the help.
>
> Thanks for any help in advance.
>
> Regards,
>
>
> Shao.
>
>
> =cut here=
On Sat, Jun 03, 2000 at 11:58:50PM +1000, Shao Zhang wrote:
> Hi,
> Could anyone explain to me why the following C program always fails?
> I mean the setsockopt always fails. Thanks for the help.
>
> Thanks for any help in advance.
>
> sd = socket(AF_INET, SOCK_DGRAM, 0); /* 0 for
Hi,
Could anyone explain to me why the following C program always fails?
I mean the setsockopt always fails. Thanks for the help.
Thanks for any help in advance.
Regards,
Shao.
=cut here==
#include
#include
#include
#include
int main(void)
{
int sd, error;
cons
3 matches
Mail list logo