01-go使用Linux内核端口复用进行LoadBalance
1 查看 Linux Kernal 2 Golang 如何使用端口复用 2.1 说明 2.2 Go ReusePort 2.2.1 go server 2.2.2 调用测试 2.2.3 端口复用 REUSEPORT 好处 1 查看 Linux Kernal socket 五元组 {<protocol>, <src addr>, <src port>, <dest addr>, <dest port>} uname -a Linux 3.9 内核引入了 SO_REU