> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian.md).

# 2024-0102 网络（十周年）

- [FreeBSD 中的 RACK 栈和替代 TCP 栈](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/rack-he-freebsd-ke-yong-de-tcp-dui-zhan.md)
- [FreeBSD 14 中有关 TCP 的更新](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/freebsd-14-you-guan-tcp-de-geng-xin.md)
- [if\_ovpn 还是 OpenVPN](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/ifovpn-hai-shi-openvpn.md)
- [SR-IOV 已成为 FreeBSD 的重要功能](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/sriov-yi-cheng-wei-freebsd-zhong-zhong-yao-de-gong-neng.md)
- [FreeBSD 接口 API（IfAPI）](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/freebsd-jie-kou-apiifapi.md)
- [BATMAN：更优的可移动热点网络方式](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/batman-geng-jia-de-ke-yi-dong-adhoc-wang-luo-fang-shi.md)
- [配置自己的 VPN——基于 FreeBSD、Wireguard、IPv6 和广告拦截](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/zhi-zuo-zi-ji-de-vpn-nei-zhi-freebsdwireguardipv6-he-guang-gao-lan-jie.md)
- [实用软件：使用 Zabbix 监控主机](https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian/shi-yong-ruan-jian-shi-yong-zabbix-jian-kong-zhu-ji.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/qi-kan/20240102-wang-luo-shi-zhou-nian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
