

#include <nitro/wfs.h>int WFS_GetServerPacketLength(const WFSServerContext *context);| context | Pointer to the WFSServerContext structure. |
The currently set maximum value of the packet size for MP sends.
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.
WFS_InitServer, WFS_SetServerPacketLength
2007/06/11 Initial version.
CONFIDENTIAL