summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 52d26fc85f9..99e73675bbb 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -982,5 +982,10 @@ enum TAO_Policy_Scope
# define TAO_DOESNT_RESUME_CONNECTION_HANDLER 0
#endif /*TAO_DOESNT_RESUMES_CONNECTION_HANDLER*/
+/// By default we use Muxed Transports
+#if !defined (TAO_USE_MUXED_TRANSPORT_MUX_STRAGEGY)
+# define TAO_USE_MUXED_TRANSPORT_MUX_STRAGEGY 1
+#endif /* TAO_USE_MUXED_TRANSPORT_MUX_STRAGEGY */
+
#include "ace/post.h"
#endif /* TAO_ORB_CONFIG_H */