summaryrefslogtreecommitdiffstats
path: root/src/net/mcast/McastConstants.h
diff options
context:
space:
mode:
authorSebastien Braun2010-07-15 01:12:17 +0200
committerSebastien Braun2010-07-15 01:12:17 +0200
commit94b88e75b9ebeaf9abb2adef130fdf971884e7b4 (patch)
treecc0bb545880b0d159267290d7aa5c63693905dcb /src/net/mcast/McastConstants.h
parentChange to shorter NAK intervals for performance. (diff)
downloadpvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.tar.gz
pvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.tar.xz
pvs-94b88e75b9ebeaf9abb2adef130fdf971884e7b4.zip
* Upgrade OpenPGM to current trunk
* Implement wait-for-shutdown for McastPGMSocket * Work around bug in UDP encapsulation
Diffstat (limited to 'src/net/mcast/McastConstants.h')
-rw-r--r--src/net/mcast/McastConstants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/mcast/McastConstants.h b/src/net/mcast/McastConstants.h
index b4c71a5..624e195 100644
--- a/src/net/mcast/McastConstants.h
+++ b/src/net/mcast/McastConstants.h
@@ -26,10 +26,11 @@
#define DEFAULT_MULTICAST_DPORT 6965
#define DEFAULT_MULTICAST_USEUDP true
#define DEFAULT_MULTICAST_UDPPORT 6966
+#define DEFAULT_MULTICAST_WSIZ 30
#define DEFAULT_MULTICAST_RATE (100*1024)
-#define DEFAULT_MULTICAST_WSIZ 3000
#define DEFAULT_MULTICAST_MTU 1400
#define DEFAULT_MULTICAST_APDU 1200
#define DEFAULT_MULTICAST_CHUNK 1024
+#define DEFAULT_MULTICAST_SHUTDOWN_TIMEOUT 10000
#endif /* MCASTMAGIC_H_ */