Difference between listen backlog and tcp_max_syn_backlog?
4 views
Skip to first unread message
arnab
unread,
Aug 11, 2008, 6:28:49 AM8/11/08
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
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