> For the complete documentation index, see [llms.txt](https://xd96dx.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng.md).

# 网络编程

- [linux 网络](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/linux-wang-luo.md)
- [linux 网络io模型](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/linux-wang-luo/linux-wang-luo-io-mo-xing.md)
- [Signal-Driven I/O Model(信号驱动)](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/linux-wang-luo/signaldriven-io-model-xin-hao-qu-dong.md)
- [Asynchronous I/O Model(异步IO)](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/linux-wang-luo/asynchronous-io-model-yi-bu-io.md)
- [IO多路复用](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/io-duo-lu-fu-yong.md)
- [select 示例](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/io-duo-lu-fu-yong/select-shi-li.md)
- [poll 示例](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/io-duo-lu-fu-yong/poll-shi-li.md)
- [epoll 示例](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/io-duo-lu-fu-yong/epoll-shi-li.md)
- [Reactor实例之 muduo 源码分析](https://xd96dx.gitbook.io/docs/c-c++/wang-luo-bian-cheng/reactor-shi-li-zhi-muduo-yuan-ma-fen-xi.md): Reactor 模型的实践库, 源码不难, 也很好分析, 和 beegfs 网络部分代码很像, 不过都大同小异
