Determining the cause of TCP buffer overflows
Updated -
TCP receive queue drops can be exceptionally difficult to track down the source. A certain level of tuning within tcp_rmem
can help the problem, but if a particular application is not calling read() against the socket file descriptor often enough, increasing the socket buffer will not assist.
TCP specific packet loss due to insufficient socket buffer can be seen in the foll...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.