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.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/mcast/McastPGMSocket.cpp b/src/net/mcast/McastPGMSocket.cpp
index ebf6ae7..ba51444 100644
--- a/src/net/mcast/McastPGMSocket.cpp
+++ b/src/net/mcast/McastPGMSocket.cpp
@@ -194,9 +194,9 @@ bool McastPGMSocket::open(McastConfiguration const* config, Direction direction)
max_winsqns = 0,
peer_expiry = ambient_spm * 5,
spmr_expiry = 250 * 1000,
- nak_bo_ivl = 500 * 1000,
- nak_rpt_ivl = 500 * 1000,
- nak_rdata_ivl = 2000 * 1000,
+ nak_bo_ivl = 100 * 1000,
+ nak_rpt_ivl = 100 * 1000,
+ nak_rdata_ivl = 200 * 1000,
nak_data_retries = 50,
nak_ncf_retries = 50;
pgm_setsockopt(_priv->socket, PGM_RECV_ONLY, &recv_only, sizeof(recv_only));