From bf101d86dec72ec1dfdf9526b27654c4aafd2568 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Jun 2007 23:59:04 +0000 Subject: added PracticalTCP Socket --- tunDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunDevice.cpp') 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() -- cgit v1.2.3