@ -237,7 +237,7 @@ int anetTcpServer(char *err, int port, char *bindaddr)
close(s);
returnANET_ERR;
}
if(listen(s,64)==-1){
if(listen(s,511)==-1){/* the magic 511 constant is from nginx */
anetSetError(err,"listen: %s\n",strerror(errno));
close(s);
returnANET_ERR;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.