Welcome! Log In Create A New Profile

Advanced

why nginx just use 511 for listen backlog

September 29, 2009 11:32AM
I found that :
[code]
#define NGX_LISTEN_BACKLOG 511
[/code]
and use it as the backlog of listen()
[code]
ls[i].backlog = NGX_LISTEN_BACKLOG;
if (listen(s, ls[i].backlog) == -1) {
[/code]
Does it mean that only 511 connection could be accept at the same time ?
May I modify it to 1024 or higher( I am sure use it less than SOMAXCONN )
Subject Author Posted

why nginx just use 511 for listen backlog

zhijianpeng September 29, 2009 11:32AM

Re: why nginx just use 511 for listen backlog

Igor Sysoev September 29, 2009 11:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 190
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready