# 基础

- [什么是socket？](https://xiaoxiami.gitbook.io/linux-server/socket/ji-chu/shi-yao-shi-socket.md)
- [IPV4 套接口地址结构](https://xiaoxiami.gitbook.io/linux-server/socket/ji-chu/ipv4-tao-jie-kou-di-zhi-jie-gou.md)
- [网络字节序](https://xiaoxiami.gitbook.io/linux-server/socket/ji-chu/wang-luo-zi-jie-xu.md)
- [字节序转换函数与地址转换函数](https://xiaoxiami.gitbook.io/linux-server/socket/ji-chu/zi-jie-xu-zhuan-huan-han-shu.md)


---

# Agent Instructions: 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://xiaoxiami.gitbook.io/linux-server/socket/ji-chu.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.
