#include <nitroWiFi/cps.h>
s32 CPS_GetProperSize (void);
None.
Used to find the TCP send packet size.
Returns the value used to obtain the optimal TCP transmission packet size at that time. Transmission is likely to be more efficient if the packet size is an integer multiple of this value. If 0 is returned, the partner's window size is 0. If a TCP connection has not been established, the function returns -1.
10/21/2005 Initial version.