Merge changes from 3.15 branch into 3.16

This commit is contained in:
Andrew Johnson
2017-10-27 12:32:14 -05:00
19 changed files with 113 additions and 26 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ udpiiu::udpiiu (
#ifdef IP_ADD_MEMBERSHIP
{
int flag = 1;
osiSockOptMcastLoop_t flag = 1;
if ( setsockopt ( this->sock, IPPROTO_IP, IP_MULTICAST_LOOP,
(char *) &flag, sizeof ( flag ) ) == -1 ) {
char sockErrBuf[64];