Etch Connection URI - Wiki
Wiki
« Back to CUAE 2.5(1) Beta...
Etch Connection URI
Connection URI#
The TLS parameter, KeepAlive filter, MaxPktSize parameter and Reconnect Delay parameter should all be set on the connection URI for applications and plugins to work correctly. For example:
tls://localhost:9000?TlsConnection.authReqd=false&filter=KeepAlive&KeepAlive.Count=5&Packetizer.maxPktSize=102400&TcpTransport.reconnectDelay=4000"
It connects to Etch Bridge on localhost with TLS, no authentication, using KeepAlive and resetting the number of KeepAlive messages to 5, sets the Max Packet Size to 100 KB and sets the reconnect delay to 4 seconds.
237 Views