EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
udp_schema Struct Reference

UDP protocol schema definition. More...

#include <packet_decoder.h>

Data Fields

char id [MAX_RANDOM_UUID_LEN]
 
uint16_t source
 
uint16_t dest
 
uint16_t len
 
uint16_t check_p
 

Detailed Description

UDP protocol schema definition.

Field Documentation

◆ check_p

uint16_t udp_schema::check_p

Packet udp checksum

◆ dest

uint16_t udp_schema::dest

Packet destination port

◆ id

char udp_schema::id[MAX_RANDOM_UUID_LEN]

Packet id

◆ len

uint16_t udp_schema::len

Packet udp length

◆ source

uint16_t udp_schema::source

Packet source port


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