Socket SO RCVBUF: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * #DatagramSocket_SO_RCVBUF|DatagramSocket SO_RCVBUF")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://docs.oracle.com/javase/8/docs/api/java/net/SocketOptions.html
=Internal=
=Internal=


* [[Java_Networking|#DatagramSocket_SO_RCVBUF|DatagramSocket SO_RCVBUF]]
* [[Java_Networking#DatagramSocket_SO_RCVBUF|DatagramSocket SO_RCVBUF]]
* [[Java_Networking#Socket_SO_RCVBUF|TCP Socket SO_RCVBUF]]
 
=Overview=
 
Obtained with <tt>getReceiveBufferSize()</tt>.
 
Also see [[Kernel_Runtime_Configuration#net.core.rmem_default|net.core.rmem_default]] and [[Kernel_Runtime_Configuration#net.core.rmem_max|net.core.rmem_max]], the related Linux kernel configuration attributes.

Latest revision as of 18:12, 8 June 2017

External

Internal

Overview

Obtained with getReceiveBufferSize().

Also see net.core.rmem_default and net.core.rmem_max, the related Linux kernel configuration attributes.