Re: support for multicast socket

2002-05-02 Thread Corinna Vinschen
On Tue, Apr 30, 2002 at 07:14:46PM -0400, Yang-hua Chu wrote: > I'm porting a network protocol (about 50K lines of code) developed in > UNIX into cygwin, and I ran into problems when I want to open a > multicast socket. It's not implemented. > If multicast > socket is not currently implemented

support for multicast socket

2002-04-30 Thread Yang-hua Chu
Hi, I'm porting a network protocol (about 50K lines of code) developed in UNIX into cygwin, and I ran into problems when I want to open a multicast socket. When I bind() a network socket to a multicast address/port, I got an error EADDRNOTAVAIL. Below is a distilled sample code, sample output,