msgid ""
msgstr ""
"Project-Id-Version: Chinese (Simplified Han script) (Boost Beast Translation "
"(zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-07 00:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Simplified Han script) <https://"
"insights.cppalliance.org/weblate/projects/boost-beast-documentation-zh_Hans/"
"doc-qbk-06-websocket-01-connecting-qbk/zh_Hans/>\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 2026.5\n"

#. type: section title
#: 10
#, fuzzy
msgid "Connecting"
msgstr "Connecting"

#. type: paragraph
#: 12
#, fuzzy
msgid ""
"Before messages can be exchanged, a websocket stream first needs to be "
"connected, and then to have the websocket handshake performed. The stream "
"delegates the task of establishing the connection to the next layers. For "
"example, if the next layer is a connectible stream or socket object, it can "
"be accessed to call the necessary function for connecting. Here we make an "
"outbound connection as a client would do."
msgstr ""
"Before messages can be exchanged, a websocket stream first needs to be "
"connected, and then to have the websocket handshake performed. The stream "
"delegates the task of establishing the connection to the next layers. For "
"example, if the next layer is a connectible stream or socket object, it can "
"be accessed to call the necessary function for connecting. Here we make an "
"outbound connection as a client would do."

#. type: paragraph
#: 21
#, fuzzy
msgid ""
"To accept incoming connections, an acceptor is used. The websocket stream "
"may be constructed from the socket returned by the acceptor when an incoming "
"connection is established."
msgstr ""
"To accept incoming connections, an acceptor is used. The websocket stream "
"may be constructed from the socket returned by the acceptor when an incoming "
"connection is established."

#. type: paragraph
#: 27
#, fuzzy
msgid ""
"Alternatively, the incoming connection may be accepted directly into the "
"socket owned by the websocket stream, using this overload of the acceptor "
"member function."
msgstr ""
"Alternatively, the incoming connection may be accepted directly into the "
"socket owned by the websocket stream, using this overload of the acceptor "
"member function."
