Tibems.SetSocketSendBufferSize


Method

Declaration

static void SetSocketSendBufferSize( 
    int size ); 

Purpose

Set the size of socket send buffers.

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.

Parameter
Description
size
Sockets use send buffers of this size (in kilobytes).

.NET
Compact Framework

The .NET Compact Framework does not permit changing the default socket buffer size. This call has no effect, and returns without error.

See Also

Tibems.GetSocketSendBufferSize


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com