From b55422a5283d51de197b7121c7e0de1e45c5a42c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 4 May 2017 19:31:50 -0700 Subject: MTU integration in taps. --- osdep/LinuxEthernetTap.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/LinuxEthernetTap.hpp') 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 &added,std::vector &removed); + void setMtu(unsigned int mtu); void threadMain() throw(); -- cgit v1.2.3