summaryrefslogtreecommitdiffstats
path: root/src/net/mcast/McastPGMSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/mcast/McastPGMSocket.cpp')
-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));