Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70952a8 commit 45ec889Copy full SHA for 45ec889
1 file changed
library/socket.po
@@ -1765,10 +1765,12 @@ msgid ""
1765
"unaccepted connections that the system will allow before refusing new "
1766
"connections. If not specified, a default reasonable value is chosen."
1767
msgstr ""
1768
+"启动一个服务器用于接受连接。如果指定 *backlog*,则它最低为 0(小于 0 会被置为 0),它指定系统允许暂未 accept "
1769
+"的连接数,超过后将拒绝新连接。未指定则自动设为合理的默认值。"
1770
1771
#: ../../library/socket.rst:1279
1772
msgid "The *backlog* parameter is now optional."
-msgstr ""
1773
+msgstr "*backlog* 参数现在是可选的。"
1774
1775
#: ../../library/socket.rst:1287
1776
msgid ""
0 commit comments