panjf2000 / gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
https://gnet.host
Apache License 2.0
9.7k stars 1.04k forks source link

Don't disable SO_REUSEPORT on DragonFlyBSD #582

Closed panjf2000 closed 7 months ago

panjf2000 commented 7 months ago

socket: Extend SO_REUSEPORT to distribute workload to available sockets

From DragonFly Release 3.6

panjf2000 commented 7 months ago

Related to #579