This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: using multicast socket options


I've reported this before.  The constant for IP_ADD_MEMBERSHIP
is incorrect.  Try just hardcoding the constant 5.

Bruce

At 03:19 PM 4/25/97 +0000, Andrew Patrick wrote:
>I am trying to port a UNIX multicast application to Win32 and the 
>GNU-Win32 development tools are of interest to me because of the 
>familiar environment they provide.
>
>I have run into a problem with the setsockopt() call.  Here is the 
>code fragment I am using.
>
>if (setsockopt(s, IPPROTO_IP, IP_ADD_MEMBERSHIP, 
>     (char *)&mreq, sizeof(mreq)) < 0)   
>  {
>  perror("IP_ADD_MEMBERSHIP");
>  exit(1);
>  }
>
>The problem is that this code compiles fine but produces a run-time 
>error of "This option is unsupported".  Not being familiar with the 
>GNU compile tools, and the Win32 environment in general, I don't know 
>where this message is coming from.  Is this a limitation of the 
>GNU-Win32 libraries?  Is there something I can do to get multicast 
>support in my GNU-Win32 programs?
>
>Thanks
>
>
>---
>Andrew Patrick <Andrew.Patrick@crc.doc.ca>
>Communications Research Centre   http://debra.dgbt.doc.ca/~andrew/
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
>

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]