Mantis - Resin
Viewing Issue Advanced Details
6285 minor always 09-26-19 00:47 10-11-19 13:35
nam  
ferg  
normal  
closed 4.0.62  
no change required  
none    
none  
0006285: add SO_RCVBUF and SO_SNDBUF send/receive buffer configs for Java and JNI sockets
(req by M. Barker)

Is it possible to configure the Http Server to set a specific value for the TCP socket buffer size? I.e. the value that will be use to specify the kernel memory allocated to the TCP socket buffer.

Socket.setReceiveBufferSize():
https://docs.oracle.com/javase/8/docs/api/java/net/Socket.html#setReceiveBufferSize-int- [^]

Socket.setSendBufferSize():
https://docs.oracle.com/javase/8/docs/api/java/net/Socket.html#setSendBufferSize-int- [^]

There are no notes attached to this issue.