diff options
Diffstat (limited to 'zto/osdep/LinuxEthernetTap.hpp')
| -rw-r--r-- | zto/osdep/LinuxEthernetTap.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zto/osdep/LinuxEthernetTap.hpp b/zto/osdep/LinuxEthernetTap.hpp index ab9d237..e05dee8 100644 --- a/zto/osdep/LinuxEthernetTap.hpp +++ b/zto/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(); |
