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.
如何设置 ServerSocket 连接限制无限制?
我检查了 这个
积压的只是您尚未接受的可以排队的 Socket 数量。一般50个就够了。您可以将限制设置得更高,但如果您需要超过几百个,您就会遇到严重的设计问题。
你不能。backlog 是内核中的一个队列,内核没有无限的可用内存。你也不想这样。这个问题真的没有意义。