USRP Hardware Driver and USRP Manual  Version: 3.11.0.HEAD-0-gdca39145
UHD and USRP Manual
udp_constants.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2014 Ettus Research LLC
3 //
4 // SPDX-License-Identifier: GPL-3.0
5 //
6 
7 #ifndef INCLUDED_UHD_TRANSPORT_UDP_CONSTANTS_HPP
8 #define INCLUDED_UHD_TRANSPORT_UDP_CONSTANTS_HPP
9 
10 // Constants related to UDP (over Ethernet)
11 
12 static const size_t IP_PROTOCOL_MIN_MTU_SIZE = 576; //bytes
13 static const size_t IP_PROTOCOL_UDP_PLUS_IP_HEADER = 28; //bytes. Note that this is the minimum value!
14 
15 #endif /* INCLUDED_UHD_TRANSPORT_UDP_CONSTANTS_HPP */