Is there a way to know how much bytes I should wait for (in advance) in a TCP stream, using :
I mean I don't know in advance how many bytes the server will send. Thank you.
ReadBytes(BUFFER_tcp,HANDLE_tcp,0,num_bytes)
I mean I don't know in advance how many bytes the server will send. Thank you.