Title |
Definition |
Bytes Received |
The total number of bytes that were received by the program over the network since the program began executing. |
Bytes Sent |
The total number of bytes that were sent by the program over the network since the program began executing. |
Connections Active |
The number of network connections that are currently active. |
Datagrams Received |
The total number of datagrams that were received by the program over the network since the program began executing. Datagrams are used to implement connectionless networking. |
Datagrams Sent |
The total number of datagrams that were sent by the program over the network since the program began executing. Datagrams are used to implement connectionless networking. |