tibems_SetSocketSendBufferSize
Function
COBOL Call
CALL "tibems_SetSocketSendBufferSize" USING BY VALUE size, RETURNING tibems-status END-CALL.
Remarks
This value overrides the operating system’s default for the size of send buffers associated with sockets that the client uses for connections to the server.
Use this call before creating server connections. This call sets an override buffer size for new socket buffers; it does not change the size of existing socket buffers.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.