summaryrefslogtreecommitdiff
path: root/TAO/tao/params.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 19:18:14 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 19:18:14 +0000
commit98ec5f5a94d729b418e7e77b545120fe287fd603 (patch)
treec933bd909ab14deb873b79f186dfd1eed95578db /TAO/tao/params.cpp
parent159833ed6e60931bee86e10046b451c35314d2da (diff)
downloadATCD-98ec5f5a94d729b418e7e77b545120fe287fd603.tar.gz
ChangeLog tag: Wed Apr 26 19:13:02 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/params.cpp')
-rw-r--r--TAO/tao/params.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/params.cpp b/TAO/tao/params.cpp
index afc01c91980..0632cf5abc5 100644
--- a/TAO/tao/params.cpp
+++ b/TAO/tao/params.cpp
@@ -24,6 +24,7 @@ TAO_ORB_Parameters::TAO_ORB_Parameters (void)
, sock_sndbuf_size_ (ACE_DEFAULT_MAX_SOCKET_BUFSIZ)
, nodelay_ (1)
, sock_keepalive_ (0)
+ , sock_dontroute_ (0)
, cdr_memcpy_tradeoff_ (ACE_DEFAULT_CDR_MEMCPY_TRADEOFF)
, max_message_size_ (0) // Disable outgoing GIOP fragments by default
, use_lite_protocol_ (0)