We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb087c commit 62f18d0Copy full SHA for 62f18d0
doc/go1.16.html
@@ -228,6 +228,12 @@ <h3 id="net"><a href="/pkg/net/">net</a></h3>
228
with <code>"use of closed network connection"</code>.
229
</p>
230
231
+<p><!-- CL 255898 -->
232
+ In previous Go releases the default TCP listener backlog size on Linux systems,
233
+ set by <code>/proc/sys/net/core/somaxconn</code>, was limited to a maximum of <code>65535</code>.
234
+ On Linux kernel version 4.1 and above, the maximum is now <code>4294967295</code>.
235
+</p>
236
+
237
<h3 id="reflect"><a href="/pkg/reflect/">reflect</a></h3>
238
239
<p><!-- CL 259237, golang.org/issue/22075 -->
0 commit comments