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
{{ message }}
This repository was archived by the owner on Feb 8, 2018. It is now read-only.
Currently TCP connection alerts just show that some connection was opened on a port, with a source and target, but we don't specify whether the connection is incoming or outgoing.
A great improvement would be to change the direction of the arrow in the notification to indicate:
Currently TCP connection alerts just show that some connection was opened on a port, with a source and target, but we don't specify whether the connection is incoming or outgoing.
A great improvement would be to change the direction of the arrow in the notification to indicate:
outgoing:
process@localhost -> host:port
incoming:
host -> process@localhost:port
The text was updated successfully, but these errors were encountered: