summaryrefslogtreecommitdiff
path: root/osdep/LinuxEthernetTap.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-04 19:31:50 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-05-04 19:31:50 -0700
commitb55422a5283d51de197b7121c7e0de1e45c5a42c (patch)
treef9e6991f90a7af4c01c700c12c4a931d49fe0b49 /osdep/LinuxEthernetTap.hpp
parent909a14fb484178ba29bcc0bc4a3cb22baff1d040 (diff)
downloadinfinitytier-b55422a5283d51de197b7121c7e0de1e45c5a42c.tar.gz
infinitytier-b55422a5283d51de197b7121c7e0de1e45c5a42c.zip
MTU integration in taps.
Diffstat (limited to 'osdep/LinuxEthernetTap.hpp')
-rw-r--r--osdep/LinuxEthernetTap.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/LinuxEthernetTap.hpp b/osdep/LinuxEthernetTap.hpp
index ab9d2370..e05dee8c 100644
--- a/osdep/LinuxEthernetTap.hpp
+++ b/osdep/LinuxEthernetTap.hpp
@@ -69,6 +69,7 @@ public:
std::string deviceName() const;
void setFriendlyName(const char *friendlyName);
void scanMulticastGroups(std::vector<MulticastGroup> &added,std::vector<MulticastGroup> &removed);
+ void setMtu(unsigned int mtu);
void threadMain()
throw();