Sorry I was passing wrong argument .. Now its 

bool flag;
flag = true;
result = NetLibSocketOptionSet(AppNetRefnum,
             socket,
             netSocketOptLevelSocket,
             netSocketOptSockNonBlocking,
             &flag,
             sizeof(flag),
             -1,
              &error);

I call this after Open() and before Connect() .. I am getting 
" 4655 netErrWouldBlock "

Can anybody please help me ?

thanks.

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

Reply via email to