1.5.23: ip_mreq_source not defined in cygwin/sockets.h

Shishir Birmiwal shishir@birmiwal.net
Tue Jan 16 06:54:00 GMT 2007


Hi,

I recently tried building live55 streaming media (live555.com) on cygwin-1.5.23.
While building, it complained of the structure ip_mreq_source being not defined.

A little bit of probing and emailing the live-devel mailing list revealed that
IP_ADD_SOURCE_MEMBERSHIP is defined in cygwin/sockets.h and
ip_mreq_source is not defined.

The live maintainer suggested that it would make sense to either have
both the entities defined in one place, or not have them defined at
all.

Since IP_ADD_SOURCE_MEMBERSHIP is defined, it's associated structure
ip_mreq_source should also be also defined in the same header file.

I do see that both the entities are defined in w32api/ws2tcpip.h

Would it make sense for cygwin/sockets.h to include w32api/ws2tcpip.h?
I'm afraid that it might add to the kludge that is winsock/winsock2,
and break some things :)

FYI, associated messages on live-devel mailing list
  http://lists.live555.com/pipermail/live-devel/2007-January/005832.html
  http://lists.live555.com/pipermail/live-devel/2007-January/005835.html


Regards
Shishir

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list