natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Is there a way to get the pid of the incoming connection to the listener #26

Open smousa opened 4 years ago

smousa commented 4 years ago

With a unix socket (net.UnixConn) you can get the pid from the underlying file descriptor. Is there a similar way to do this with a PipeConn?