13

tcp-backlogredis.confで混乱しています:

# TCP listen() backlog.
#
# In high requests-per-second environments you need an high backlog in order
# to avoid slow clients connections issues. Note that the Linux kernel
# will silently truncate it to the value of /proc/sys/net/core/somaxconn so
# make sure to raise both the value of somaxconn and tcp_max_syn_backlog
# in order to get the desired effect.
tcp-backlog 511

tcp-backlog「完全な接続キュー」(スリーウェイ ハンドシェイクの完了、ここで説明する内容) のサイズは「不完全な接続キュー」ですか?

「完全な接続キュー」を意味する場合tcp_max_syn_backlog、不完全な接続キューのサイズ制限を引き上げる必要があるのはなぜですか?

4

3 に答える 3