Socket SO RCVBUF: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
Obtained with <tt>getReceiveBufferSize()</tt>. | Obtained with <tt>getReceiveBufferSize()</tt>. | ||
Also see [[Kernel_Runtime_Configuration#net.core.rmem_default]] and [[Kernel_Runtime_Configuration#net.core.rmem_max]], the related Linux kernel configuration attributes. | 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.