Increasing Packet Size for Etch communication - Wiki
Wiki
« Back to HowTo Articles
Increasing Packet Size for Etch communication
Max Packet Size#
By default, Etch sets the Max Packet Size at 16KB for applications and plugins and the Etch Bridge defaults to 100KB. The smaller of the two is the default.
To Use the Etch Bridge Max Packet Size#
To change the Max Packet Size to 100KB, the developer must add a Packetizer.maxPktSize parameter to their connection URIs to override the Etch default.
tls://localhost:9000?TlsConnection.authReqd=false&Packetizer.maxPktSize=102392&TcpTransport.reconnectDelay=4000"
To Use the Default MaxPacketSize#
- Open C:\Program Files\Cisco Systems\Unified Application Environment\AppServer\AppServerService.exe.config.
- Set "EtchBridgeMaxPacketSize" value to "".
- Restart the AppServer service.
511 Views