Difference between listen backlog and tcp_max_syn_backlog?
35 views
Skip to first unread message
arnab
unread,
Aug 11, 2008, 6:28:22 AM8/11/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Experts Group - LEG
Hi All,
What is the relationship between int listen(int s, int backlog); The
backlog parameter with the tcp_max_syn_backlog param?
If I make backlog present in the system call greater than
tcp_max_syn_backlog what would be the impact?Do I need to increase
tcp_max_syn_backlog also?
Thanks in advance
Regards
Arnab