EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
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 |
UDP protocol schema definition.
uint16_t udp_schema::check_p |
Packet udp checksum
uint16_t udp_schema::dest |
Packet destination port
char udp_schema::id[MAX_RANDOM_UUID_LEN] |
Packet id
uint16_t udp_schema::len |
Packet udp length
uint16_t udp_schema::source |
Packet source port