7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
Alan Bateman
Alan.Bateman at oracle.com
Wed Jun 13 09:46:58 PDT 2012
On 13/06/2012 17:24, Kurchi Subhra Hazra wrote:
> Just out of curiosity - why are you doing multiple calls to WSASend as
> opposed to setting up
> and sending multiple buffers with one call?
>
> - Kurchi
The issue is the asynchronous close when the total size (over all
buffers) is >= 128k.
-Alan
More information about the nio-dev
mailing list