]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
network: make TCP_BACKLOG_DEFAULT a compile time define and set to default
authorMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 6 Apr 2018 16:32:17 +0000 (09:32 -0700)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 7 Sep 2018 17:45:21 +0000 (10:45 -0700)
commit8314318d92891dc2f2322dff50784a24146ebe2c
tree41c7f61b82b91665d4452d67182b2fc3a72c686e
parente8ca90ab9994a7f548638ad480953099afe277db
network: make TCP_BACKLOG_DEFAULT a compile time define and set to default

This was previously hardcoded to 16. This makes it at least a compile time
define, with a default of 511 (as that's what Redis and Apache use).
daemon/engine.c
daemon/engine.h
daemon/io.c
daemon/io.h
daemon/network.c
daemon/network.h
lib/zonecut.c