Header String Encode


Type:
Boolean of C type T_BOOL
Default Value:
The message type header string encode property is used. The message type header string encode default is FALSE.
Valid Values:
TRUE or FALSE

The header string encode property controls whether the message string properties are converted into four-byte integers when sent through connections. Enabling this property compresses the message header so that less network bandwidth is used. Note that more CPU utilization is required to do the compression.

Function to set value:

TipcMsgSetHeaderStrEncode. For example:

if (!TipcMsgSetHeaderStrEncode(msg, TRUE)) { 
  /* error */ 
} 
Function to get value:

TipcMsgGetHeaderStrEncode. For example:

if (!TipcMsgGetHeaderStrEncode(msg, &header_str_encode)) { 
  /* error */ 
} 

TIBCO SmartSockets™ User’s Guide
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com