3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsFixOS-NetBSDhelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Study the existing interface netbsd.go file in the Go net package and examine multicast implementations for other operating systems (e.g., interface linux.go, interface bsd.go) to understand the required system calls and logic. Then implement the missing multicast functions for NetBSD.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GoNetworking