> For the complete documentation index, see [llms.txt](https://beej-zhcn.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beej-zhcn.netdpi.net/reference/wang_zhan_can_kao_zi_liao.md).

# 10.2. 网站参考资料

在网路上：

* BSD Sockets: A Quick And Dirty Primer \[54]［也是 Unix 系统编程资讯！］
* The Unix Socket FAQ \[55]
* Intro to TCP/IP \[56]
* TCP/IP FAQ \[57]
* The Winsock FAQ \[58]

\
\[54] <http://www.frostbytes.com/\\~jimf/papers/sockets/sockets.html&#x20>;

\[55] <http://www.developerweb.net/forum/forumdisplay.php?f=70&#x20>;

\[56] <http://pclt.cis.yale.edu/pclt/COMM/TCPIP.HTM&#x20>;

\[57] <http://www.faqs.org/faqs/internet/tcp-ip/tcp-ip-faq/part1/&#x20>;

\[58] <http://tangentsoft.net/wskfaq/\\>
\
这里是相关的维基百科：

* Berkeley Sockets \[59]
* Internet Protocol (IP) \[60]
* Transmission Control Protocol (TCP) \[61]
* User Datagram Protocol (UDP) \[62]
* Client-Server \[63]
* Serialization \[64]［封装与解封装数据］

\
\[59] <http://en.wikipedia.org/wiki/Berkeley\\_sockets>

\[60] <http://en.wikipedia.org/wiki/Internet\\_Protocol&#x20>;

\[61] <http://en.wikipedia.org/wiki/Transmission\\_Control\\_Protocol&#x20>;

\[62] <http://en.wikipedia.org/wiki/User\\_Datagram\\_Protocol>

\[63] <http://en.wikipedia.org/wiki/Client-server&#x20>;

\[64] <http://en.wikipedia.org/wiki/Serialization>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://beej-zhcn.netdpi.net/reference/wang_zhan_can_kao_zi_liao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
