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
Starting from Windows 10, UNIX sockets are also available on Windows.
On POSIX systems psutil.net_connections() is already able to list them. We should do the same for Windows.
Starting from Windows 10, UNIX sockets are also available on Windows.
On POSIX systems
psutil.net_connections()is already able to list them. We should do the same for Windows.