From 03f286eceb5ed317f61544a083d4ee4fe2108785 Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Thu, 15 Jul 2010 10:55:50 +0200 Subject: Disable PGMCC as it is buggy --- src/net/mcast/McastPGMSocket.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/net/mcast/McastPGMSocket.cpp b/src/net/mcast/McastPGMSocket.cpp index 8aee209..f2aa91f 100644 --- a/src/net/mcast/McastPGMSocket.cpp +++ b/src/net/mcast/McastPGMSocket.cpp @@ -205,9 +205,6 @@ bool McastPGMSocket::open(McastConfiguration const* config, Direction direction) pgm_setsockopt(_priv->socket, PGM_RXW_SQNS, &no_rxw_sqns, sizeof(no_rxw_sqns)); } - const int use_pgmcc = 1; - pgm_setsockopt(_priv->socket, PGM_USE_PGMCC, &use_pgmcc, sizeof(use_pgmcc)); - // MTU int const mtu = config->multicastMTU(); pgm_setsockopt(_priv->socket, PGM_MTU, &mtu, sizeof(mtu)); -- cgit v1.2.3-55-g7522