Is there any way to set the 开发者_开发问答send buffer and recieve buffer of a sock channel in Java Nio? Thanks.
socketChannel.socket().setSendBufferSize() etc.
Is there any way to set the 开发者_开发问答send buffer and recieve buffer of a sock channel in Java Nio? Thanks.
socketChannel.socket().setSendBufferSize() etc.
精彩评论