3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go405 forks (405 forks)auto 404
enhancementhelp wanted
Repository metrics
- Stars
- 5,864 stars (5,864 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Investigate Go libraries for setting QoS (DSCP) on sockets on Linux and Windows. On Linux, use syscall.SetsockoptInt with IP TOS or IPV6 TCLASS. On Windows, investigate the qos2 API or AddSocketToQoS. Determine the appropriate socket options for each OS and implement platform specific code.
- Tech stack
- go
- Domain
- backendnetworking
- Issue type
- Feature
- Prerequisites
- GoNetworking