WFS_GetServerPacketLength 

Syntax

#include <nitro/wfs.h>

int WFS_GetServerPacketLength(const WFSServerContext *context);

Arguments

context Pointer to the WFSServerContext structure.

Return Values

The currently set maximum value of the packet size for MP sends.

Description

Gets the maximum packet size for MP sends that are generated by the parent (server) using WFS_CallServerPacketSendHook. When responding to a read request from a child (client), the larger this packet size is, the more efficient the transmission will be.

See Also

WFS_InitServer, WFS_SetServerPacketLength

Revision History

2007/06/11 Initial version.


CONFIDENTIAL