Next: , Previous: SSLIOP Configuration Parameters, Up: Configuring the GIOP personality


10.3.4 DIOP Configuration Parameters

     ###############################################################
     # DIOP Global Settings
     
     # Preference level for DIOP
     #polyorb.binding_data.diop.preference=0
     
     # DIOP's default address
     #polyorb.protocols.diop.default_addr=127.0.0.1
     
     # DIOP's default port
     #polyorb.protocols.diop.default_port=12345
     
     # Default GIOP/DIOP Version
     #polyorb.protocols.diop.giop.default_version.major=1
     #polyorb.protocols.diop.giop.default_version.minor=2
     
     ###############################################################
     # DIOP 1.2 specific parameters
     
     # Set to True to enable DIOP 1.2
     #polyorb.protocols.diop.giop.1.2.enable=true
     
     # Maximum message size
     #polyorb.protocols.diop.giop.1.2.max_message_size=1000
     
     ###############################################################
     # DIOP 1.1 specific parameters
     
     # Set to True to enable DIOP 1.1
     #polyorb.protocols.diop.giop.1.1.enable=true
     
     # Maximum message size
     #polyorb.protocols.diop.giop.1.1.max_message_size=1000
     
     ###############################################################
     # DIOP 1.0 specific parameters
     
     # Set to True to enable DIOP 1.0
     #polyorb.protocols.diop.giop.1.0.enable=true