Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.option(ChannelOption.SO_BACKLOG, 100)
Netty 4 アップグレード ドキュメントに記載されています。それが何をするのか説明できますか?
ありがとう!
これは、キューに入れられた接続の数を決定する、パススルー ソケット オプションです。
着信接続指示 (接続要求) の最大キュー長は、backlog パラメータに設定されます。キューがいっぱいのときに接続指示が到着すると、接続は拒否されます。