Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_GetSocketReceiveBufferSize

tibems_GetSocketReceiveBufferSize
Function
Purpose
Return the size of socket receive buffers.
C Declaration
tibems_int tibems_GetSocketReceiveBufferSize(void);
COBOL Call
CALL "tibems_GetSocketReceiveBufferSize"
RETURNING tibems-Return-Value
END-CALL.
Remarks
When set, this value overrides the operating system’s default for the size of receive buffers associated with sockets that the client uses for connections to the server. (Some operating systems do not allow you to override the default size.)
See Also
tibems_SetSocketReceiveBufferSize on page 407

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved