Hi,

I am trying to get the TCPMaxSeg using NetLibSocketOptionGet. But the call
is giving me  netErrParamErr error.

following is the code:

        res = NetLibSocketOptionGet (libRefNum,
                                    socket,
                                        netSocketOptLevelTCP,
                                        netSocketOptTCPMaxSeg,
                                        &size, &sizeLen,
                                    NET_TIMEOUT, &err);

Can any one please point out my mistake.

Thanks
-AS


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to