summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorSebastien Braun2010-07-15 10:55:50 +0200
committerSebastien Braun2010-07-15 10:55:50 +0200
commit03f286eceb5ed317f61544a083d4ee4fe2108785 (patch)
treea66870cf9285df22b49c169049a2f5a4ed61b7eb /src/net
parentWhitespace fixes (diff)
downloadpvs-03f286eceb5ed317f61544a083d4ee4fe2108785.tar.gz
pvs-03f286eceb5ed317f61544a083d4ee4fe2108785.tar.xz
pvs-03f286eceb5ed317f61544a083d4ee4fe2108785.zip
Disable PGMCC as it is buggy
Diffstat (limited to 'src/net')
-rw-r--r--src/net/mcast/McastPGMSocket.cpp3
1 files changed, 0 insertions, 3 deletions
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));