KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
net_udp_stats_t Struct Reference

UDP statistics structure. More...

#include <kos/net.h>

Data Fields

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

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

◆ pkt_recv

uint32 net_udp_stats_t::pkt_recv

Packets received successfully.

◆ pkt_recv_bad_chksum

uint32 net_udp_stats_t::pkt_recv_bad_chksum

Packets with a bad checksum.

◆ pkt_recv_bad_size

uint32 net_udp_stats_t::pkt_recv_bad_size

Packets of a bad size.

◆ pkt_recv_no_sock

uint32 net_udp_stats_t::pkt_recv_no_sock

Packets with to a closed port.

◆ pkt_send_failed

uint32 net_udp_stats_t::pkt_send_failed

Packets that failed to send.

◆ pkt_sent

uint32 net_udp_stats_t::pkt_sent

Packets sent out successfully.


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