summaryrefslogtreecommitdiff
path: root/tunDevice.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-19 23:59:04 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-19 23:59:04 +0000
commitbf101d86dec72ec1dfdf9526b27654c4aafd2568 (patch)
treef4cb768d33d260bfd4c0d40d46dd7e0d92564cbf /tunDevice.cpp
parentread on tunDevice works now (diff)
added PracticalTCP Socket
Diffstat (limited to 'tunDevice.cpp')
-rw-r--r--tunDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunDevice.cpp b/tunDevice.cpp
index 84b6964..2dc7971 100644
--- a/tunDevice.cpp
+++ b/tunDevice.cpp
@@ -100,7 +100,7 @@ TunDevice::TunDevice(const char* dev_name, const char* ifcfg_lp, const char* ifc
throw std::runtime_error("can't init tun/tap device");
open_tun (dev_name, NULL, NULL, false, dev_);
- do_ifconfig(dev_, dev_->actual_name, 1500, NULL);
+ do_ifconfig(dev_, dev_->actual_name, 1000, NULL);
}
TunDevice::~TunDevice()