ndd /dev/tcp parameters understanding
807567Sep 10 2010 — edited Sep 10 2010Good morning,
Does anyone has a resource explaining the interaction between the several network kernel parameter; to be more precise the ndd parameters. How all these parameters interacts.
For example I read that if the number of drop connection is continuously increasing, we should increase the queue size meaning changing parameters:
*/dev/tcp tcp_conn_req_max_q*
*/dev/tcp tcp_conn_req_max_q0*
Other example, increasing the 'tcp hash conn size' can improve the performance.
So I'm looking for a document, URL explaining how all these parameters interact in the network stack and in the system.
Thanks for your help.