KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
net_udp_stats Struct Reference

UDP statistics structure. More...

#include <kos/net.h>

Data Fields

uint32 pkt_sent
 Packets sent out successfully. More...
 
uint32 pkt_send_failed
 Packets that failed to send. More...
 
uint32 pkt_recv
 Packets received successfully. More...
 
uint32 pkt_recv_bad_size
 Packets of a bad size. More...
 
uint32 pkt_recv_bad_chksum
 Packets with a bad checksum. More...
 
uint32 pkt_recv_no_sock
 Packets with to a closed port. More...
 

Detailed Description

UDP statistics structure.

This structure holds some basic statistics about the UDP layer of the stack, and can be retrieved with the appropriate function.

Field Documentation

uint32 net_udp_stats::pkt_recv

Packets received successfully.

uint32 net_udp_stats::pkt_recv_bad_chksum

Packets with a bad checksum.

uint32 net_udp_stats::pkt_recv_bad_size

Packets of a bad size.

uint32 net_udp_stats::pkt_recv_no_sock

Packets with to a closed port.

uint32 net_udp_stats::pkt_send_failed

Packets that failed to send.

uint32 net_udp_stats::pkt_sent

Packets sent out successfully.


The documentation for this struct was generated from the following file: