Socket SO RCVBUF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 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= | ||
Line 7: | Line 11: | ||
Obtained with <tt>getReceiveBufferSize()</tt>. | 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.