Connect to Etch Bridge - Wiki
Wiki
« Back to HowTo Articles
Connect to Etch Bridge
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.
420 Views