From d8713aa18383288794594850f0afd82ff4201842 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 7 Oct 2019 13:09:28 +0200 Subject: [PATCH] Update docs --- docs/aoa/connections.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/aoa/connections.rst b/docs/aoa/connections.rst index 320dcb29..a8f31f5c 100644 --- a/docs/aoa/connections.rst +++ b/docs/aoa/connections.rst @@ -8,6 +8,7 @@ Connections This plugin display extended information about network connections. The states are the following: + - Listen: all ports created by server and waiting for a client to connect - Initialized: All states when a connection is initialized (sum of SYN_SENT and SYN_RECEIVED) - Established: All established connections between a client and a server -- GitLab