-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed as not planned
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.v2An incompatible library changeAn incompatible library change
Milestone
Description
So far syscall package holds tons of constants, a bit abstracted and raw functions that wrap syscalls especially for networking stuff. E.g., Constants assigned by IANA (IPPROTO, IFType,), other standard bodies (could be moved into each specific package) Set/Getsockopt for Windows Set/GetsockoptInt,Facilites for Unix variants Routing sockets, constants for BSD variants Netlink sockets, constants for Linux We can reconsider the package shape even under the Go 1 contract. (and make things easy for bridging btw Go1 and Go2.)
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.v2An incompatible library changeAn incompatible library change