TCP statistics.
More...
#include <tcp.h>
|
| unsigned long | in_segs |
| | Number of packets received.
|
| unsigned long | in_discards |
| | Total number of packets discarded due to lack of memory.
|
| unsigned long | in_out_of_order |
| | Total number of packets received out of order.
|
| unsigned long | in_octets |
| | Number of octets received (including duplicate data)
|
| unsigned long | in_octets_good |
| | Number of octets processed and passed to upper layer.
|
TCP statistics.
Definition at line 444 of file tcp.h.
◆ in_segs
| unsigned long tcp_statistics::in_segs |
Number of packets received.
Definition at line 446 of file tcp.h.
◆ in_discards
| unsigned long tcp_statistics::in_discards |
Total number of packets discarded due to lack of memory.
Definition at line 448 of file tcp.h.
◆ in_out_of_order
| unsigned long tcp_statistics::in_out_of_order |
Total number of packets received out of order.
Definition at line 450 of file tcp.h.
◆ in_octets
| unsigned long tcp_statistics::in_octets |
Number of octets received (including duplicate data)
Definition at line 453 of file tcp.h.
◆ in_octets_good
| unsigned long tcp_statistics::in_octets_good |
Number of octets processed and passed to upper layer.
Definition at line 455 of file tcp.h.
The documentation for this struct was generated from the following file: