You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
smousa
changed the title
Is there a way to get the pid of the incoming connection of the listener
Is there a way to get the pid of the incoming connection to the listener
Aug 5, 2020
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?
The text was updated successfully, but these errors were encountered: