What does it mean when an RTclient reports: TAL-SS-00172-E Impossible size 1626366800 of extra handshake info from connection client:tcp:_node:5101?

What does it mean when an RTclient reports: TAL-SS-00172-E Impossible size 1626366800 of extra handshake info from connection client:tcp:_node:5101?

book

Article ID: KB0087689

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

Resolution:
The reason for this particular error is because when using *connection level compression* both sides of the connection must have the same Compression and Compression_Name option values in order for a connection to be made. (Default compression name is "zlib"). So in your RTclient you must set the following:

TutCommandParseStr(setopt compression true);
or
setopt compression true

Issue/Introduction

What does it mean when an RTclient reports: TAL-SS-00172-E Impossible size 1626366800 of extra handshake info from connection client:tcp:_node:5101?