|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Quic statistics. More...
#include <zephyr/net/quic.h>
Data Fields | |
| uint32_t | handshake_init_rx |
| Number of handshake init packets received. | |
| uint32_t | handshake_init_tx |
| Number of handshake init packets sent. | |
| uint32_t | handshake_resp_rx |
| Number of handshake response packets received. | |
| uint32_t | handshake_resp_tx |
| Number of handshake response packets sent. | |
| uint32_t | invalid_handshake |
| Number of invalid handshake errors. | |
| uint32_t | peer_not_found |
| Number of peer not found errors. | |
| uint32_t | invalid_packet |
| Number of invalid packets. | |
| uint32_t | invalid_key |
| Number of invalid key errors. | |
| uint32_t | invalid_packet_len |
| Number of invalid packet length errors. | |
| uint32_t | decrypt_failed |
| Number of decrypt failed errors. | |
| uint32_t | drop_rx |
| Number of dropped RX packets. | |
| uint32_t | drop_tx |
| Number of dropped TX packets. | |
| uint32_t | alloc_failed |
| Number of allocation failures. | |
| uint32_t | valid_rx |
| Number of valid packets received. | |
| uint32_t | valid_tx |
| Number of valid packets sent. | |
Quic statistics.
| uint32_t net_stats_quic::alloc_failed |
Number of allocation failures.
| uint32_t net_stats_quic::decrypt_failed |
Number of decrypt failed errors.
| uint32_t net_stats_quic::drop_rx |
Number of dropped RX packets.
| uint32_t net_stats_quic::drop_tx |
Number of dropped TX packets.
| uint32_t net_stats_quic::handshake_init_rx |
Number of handshake init packets received.
| uint32_t net_stats_quic::handshake_init_tx |
Number of handshake init packets sent.
| uint32_t net_stats_quic::handshake_resp_rx |
Number of handshake response packets received.
| uint32_t net_stats_quic::handshake_resp_tx |
Number of handshake response packets sent.
| uint32_t net_stats_quic::invalid_handshake |
Number of invalid handshake errors.
| uint32_t net_stats_quic::invalid_key |
Number of invalid key errors.
| uint32_t net_stats_quic::invalid_packet |
Number of invalid packets.
| uint32_t net_stats_quic::invalid_packet_len |
Number of invalid packet length errors.
| uint32_t net_stats_quic::peer_not_found |
Number of peer not found errors.
| uint32_t net_stats_quic::valid_rx |
Number of valid packets received.
| uint32_t net_stats_quic::valid_tx |
Number of valid packets sent.