Add initial prototype.
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
|
||||
[dsa]
|
||||
name_service=corbaloc:iiop:1.2@127.0.0.1:2809/NameService/000000024fF0000000080000000
|
||||
#name_service=corbaloc:iiop:1.2@192.168.1.1:2809/NameService/000000024fF0000000080000000
|
||||
#name_service=corbaloc:iiop:1.2@109.74.196.91:2810/NameService/000000024fF0000000080000000
|
||||
#name_service=corbaloc:iiop:1.2@110.174.207.98:2809/NameService/000000024fF0000000080000000
|
||||
|
||||
|
||||
[transport]
|
||||
|
||||
# Set TCP_NODELAY option on TCP sockets to disable Nagle buffering (this is true by default)
|
||||
#tcp.nodelay=false
|
||||
|
||||
|
||||
|
||||
[iiop]
|
||||
|
||||
polyorb.protocols.iiop.default_port=5001
|
||||
|
||||
|
||||
# Set to True to enable IIOP 1.2
|
||||
#polyorb.protocols.iiop.giop.1.2.enable=true
|
||||
|
||||
# Set to True to send a locate message prior to the request
|
||||
#polyorb.protocols.iiop.giop.1.2.locate_then_request=false
|
||||
|
||||
# Maximum message size before fragmenting request
|
||||
#polyorb.protocols.iiop.giop.1.2.max_message_size=10000
|
||||
|
||||
|
||||
# Set to True to enable IIOP 1.1
|
||||
#polyorb.protocols.iiop.giop.1.1.enable=true
|
||||
|
||||
# Set to True to send a locate message prior to the request
|
||||
#polyorb.protocols.iiop.giop.1.1.locate_then_request=false
|
||||
|
||||
# Maximum message size before fragmenting request
|
||||
#polyorb.protocols.iiop.giop.1.1.max_message_size=10000
|
||||
|
||||
|
||||
|
||||
|
||||
[diop]
|
||||
|
||||
# Preference level for DIOP
|
||||
#polyorb.binding_data.diop.preference=1
|
||||
|
||||
# DIOP default address
|
||||
#polyorb.protocols.diop.default_addr=127.0.0.1
|
||||
|
||||
# DIOP default port
|
||||
#polyorb.protocols.diop.default_port=5155
|
||||
|
||||
|
||||
|
||||
|
||||
[tasking]
|
||||
|
||||
## Default storage size for all threads spawned by PolyORB
|
||||
#
|
||||
storage_size=10162144
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user