参考资料:
EPOLL-UDP-GOLANG
- golang udp epoll - Google 搜索
- go - golang: working with multiple client/server UDP sockets in epoll/poll/select manner - Stack Overflow
- udp并发问题分析与总结 - 说话的白菜 - 51CTO技术博客
- udp有必要用epoll吗?? - 开源中国社区
- epoll简介 与 UDP server的实现 - Ready,GO~ - 博客频道 - CSDN.NET
- Go语言TCP Socket编程 | Tony Bai
- linux下使用epoll接收Udp数据 - 软件开发程序员博客文章收藏网
- golang epoll udp - 인기 검색
- epoll-bench/udp-bench.c at master · bnoordhuis/epoll-bench
- Proper 'go' way of listening to multiple simultaneous sockets - Google 网上论坛
- The Secret to 10 Million Concurrent Connections -The Kernel is the Problem, Not the Solution - High Scalability -
- UDP的epoll并发框架-UDP Listener解决OpenVPN的并发问题 - 程序园
- Epoll 的udp通信代码(服务器+客户端) - 程序园
- * 源码阅读 - 江以臣的文章 - 知乎专栏
- go (golang) DNS域名解析实现 | mumumuwudi的博客
- src/server/udp-handler-epoll.c · eeda5116a044b50e3b05e84544f424a9fde1d74a · labs / Knot DNS · GitLab
- golang udp server - 爸爸100
- epoll简介 与 UDP server的实现-andersonyan-ChinaUnix博客
- go epoll - 河北饶阳葡萄市场
- [go-nuts] Re: Maximise performance UDP server on Linux
- GOLANG-TCP-UDP示例
- selec\/poll中的读写事件和epoll中的读写事件 - Golang语言社区 | 十条
- Golang小知识-socket server
- Web Filtering [Write error epoll handler (Broken pipe)] - Web Protection: Web Filtering & Application Visibility/Control - Sophos UTM 9 - Sophos Community
- GOLANG-网络
- golang epoll tcp - CodeWeblog.com
- How to receive a million packets per second | Hacker News
- 一个UDP EPOLL 客户端例子。可用于测试程序 - Free Open Source Codes - CodeForge.com
- How does messaging work in WhatsApp? - Quora
TCP-三次握手-四次挥手
- 三次握手_百度搜索
- TCP/IP协议三次握手与四次握手流程解析 - 网络协议TCP - 红黑联盟
- TCP的三次握手(建立连接)和四次挥手(关闭连接) - higirle - 博客园
- tcp为什么要三次握手,而不能二次握手? - 简与美 - 博客频道 - CSDN.NET
- 关于TCP/IP的三次握手和四次挥手解释 - CBDoctor - 博客园
- TCP三次握手详解及释放连接过程 - 我的专栏 - 博客频道 - CSDN.NET
- 简析TCP的三次握手与四次分手 | 果冻想
- TCP协议中的三次握手和四次挥手(图解) - Simple life - 博客频道 - CSDN.NET
TCP-UDP基础
- C语言编写基于TCP和UDP协议的Socket通信程序示例_C 语言_脚本之家
- [python] 专题七.网络编程之套接字Socket、TCP和UDP通信实例 - [ Python学习系列 ]
- python实现UDP通信 - 推酷
FLANNEL-Golang-UDP高性能开发资料
- flannel/cproxy.go at master · coreos/flannel
- golang实现异步并发sokect - Gray.liu的个人页面 - 开源中国社区
- 说说Golang的使用心得 - 011 - 博客园
- Go语言TCP Socket编程 | Go语言中文网 | Golang中文社区 | Golang中国
- (4 条消息) golang的goroutine是如何实现的? - 知乎
- Golang适合高并发场景的原因分析 - 蝈蝈俊.net - 博客频道 - CSDN.NET
- golang - GoRoutine可以替代C Socket的多线程来做游戏服务器么? - SegmentFault
- Golang是否真不需要epoll/select/poll的支持了? - Golang中国
EPOLL基础原理-C10K问题
- epoll(7): I/O event notification facility - Linux man page
- 聊聊C10K问题及解决方案 - 简书
- EPOLL_TCP示例
- selec\/poll中的读写事件和epoll中的读写事件 - Golang语言社区 | 十条
- 关于C10K、异步回调、协程、同步阻塞 - 为程序员服务
- TCP-多进程LISTEN
- Linux IO模式及 select、poll、epoll详解 - 人云思云 - SegmentFault
- How to use epoll? A complete example in C - Banu Blog