リッスン中の TCP サーバーが新規接続ハンドシェイクの SYN または ACK を無視する
Issue
- リッスン中のサーバーが新規 TCP ハンドシェイクの SYN を無視します。
- リッスン中の TCP サーバーが新規接続の ACK を無視します。
- RHEL 5 および RHEL 6:
netstat -sで、以下の統計値が同じ値として表示されます。
TcpExt:
XXX times the listen queue of a socket overflowed
XXX SYNs to LISTEN sockets ignored
- または
nstat -a:
TcpExtListenOverflows
TcpExtListenDrops
- RHEL 7:
times the listen queue of a socket overflowed(TcpExtListenOverflows) の値が、SYNs to LISTEN sockets ignored(TcpExtListenDrops) の値よりも大きい場合があります。
Environment
- Red Hat Enterprise Linux
- TCP リッスンプロセス
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.