Hi,

I am little aware of details on how communication happens at TCP network 
stack level. 

But my simple and plain question is: In the call to *WSARecv* (inside 
*uv_process_tcp_read_req* in *src\win\tcp.c*) size 65536 has been specified.
Now, if I am developing a TCP server using libuv, what does this size mean 
to me? 

1. Can my clients write buffer of size 65535 at a time, for maximum 
throughput?

2. If not, how much maximum size can my clients write (without having data 
loss) to wire, at a time ?

3. When do I need to change this number in my server code? If at all I want 
to change, to how much extent can I vary this size (65535)?

Thanking in advance,
Ashish

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to