I'm using AsyncSocket to write a TCP client on iPhone and need to set the Urgent Flag of TCP segments.
How to do it? I can't find relative APIs in CFSocket.
Thanks.
I'm using AsyncSocket to write a TCP client on iPhone and need to set the Urgent Flag of TCP segments.
How to do it? I can't find relative APIs in CFSocket.
Thanks.
Call CFSocketGetNative() and do whatever you need on the native socket.