C cfyam Aug 15, 2005 #1 My ap is a Socket Server, and how can I get the ACK signal to confirm the Socket Client had received OK?
My ap is a Socket Server, and how can I get the ACK signal to confirm the Socket Client had received OK?
G Guest Aug 15, 2005 #2 If Send (synch) or Send_callback(async) returns successfully, that means that client sides receives it OK.
If Send (synch) or Send_callback(async) returns successfully, that means that client sides receives it OK.