-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Milestone
Description
Update, Dec 8 2021: Proposed API is in #49650 (comment) -rsc
https://go-review.googlesource.com/c/sys/+/299009 is a CL to add a new "namedpipe" package to x/sys/windows/namedpipe.
This is an accompanying proposal for its API addition.
From that CL's commit message:
It is based on WireGuard's namedpipe library, which in turn is based on
parts of Microsoft's go-winio library.
The proposed API can more be seen here, which already exists outside of x/:
https://pkg.go.dev/golang.zx2c4.com/wireguard/ipc/namedpipe
It's basically a Unix socket dia/listen API but over Windows named pipes.
Etran-H, picatz and shibijmsvengreb and picatz
Metadata
Metadata
Assignees
Type
Projects
Status
Accepted