aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/transport/udp_common.hpp')
-rw-r--r--host/lib/transport/udp_common.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/transport/udp_common.hpp b/host/lib/transport/udp_common.hpp
index bf4712613..3ee568432 100644
--- a/host/lib/transport/udp_common.hpp
+++ b/host/lib/transport/udp_common.hpp
@@ -23,6 +23,9 @@
namespace uhd{ namespace transport{
+ // Jumbo frames are limited to 9000;
+ static const size_t MAX_ETHERNET_MTU = 9000;
+
typedef boost::shared_ptr<boost::asio::ip::udp::socket> socket_sptr;
/*!