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
Current procsnitch lookup works, but subject to losing information about short lived connections.
The socket inode #s should be saved when oz TCP port forward clients connect, and removed when disconnect, though there may be reason to keep the information longer than the life of the connection, perhaps a ring buffer
This ensures that every connection is recorded by oz-daemon, even if it is lost immediately.
The procsnitch lookup should rely on the inode first. Inodes for sockets can be retrieved via INET_DIAG.
Current procsnitch lookup works, but subject to losing information about short lived connections.
The text was updated successfully, but these errors were encountered: