diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-03-14 11:12:01 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-03-14 11:12:01 -0700 |
commit | 012e71cad30c663b186a903dc5c48018f544a507 (patch) | |
tree | 94180c4dadadbc6b70767e83361152a9b4aa6cea /host/lib/usrp/x300/x300_impl.hpp | |
parent | bb90f235d65700aa6019a8f6cd38e67e984740f3 (diff) | |
parent | 00da85f96a4c51fbf4c7b65a95d2a75c17a3278d (diff) | |
download | uhd-012e71cad30c663b186a903dc5c48018f544a507.tar.gz uhd-012e71cad30c663b186a903dc5c48018f544a507.tar.bz2 uhd-012e71cad30c663b186a903dc5c48018f544a507.zip |
Merge Ethernet, MTU, and frame size fixes.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 0fe63e4a5..1e159ef38 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -267,7 +267,7 @@ private: size_t recv_frame_size; size_t send_frame_size; }; - frame_size_t max_frame_sizes; + frame_size_t _max_frame_sizes; /*! * Automatically determine the maximum frame size available by sending a UDP packet |