summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2016-01-20 13:38:14 -0800
committerJoseph Henry <josephjah@gmail.com>2016-01-20 13:38:14 -0800
commitbcaf42e07557f611a4609a8d69fb1ef6d29f1c95 (patch)
tree64ffb4b5992eea3e78f249809c3b6552a5434111 /service
parent357cb92f2e51349d80d4d11defefe3cc1866f465 (diff)
downloadinfinitytier-bcaf42e07557f611a4609a8d69fb1ef6d29f1c95.tar.gz
infinitytier-bcaf42e07557f611a4609a8d69fb1ef6d29f1c95.zip
Transfer speed increate + stability fixes
Diffstat (limited to 'service')
-rw-r--r--service/OneService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/OneService.cpp b/service/OneService.cpp
index 8039b6f7..593f58aa 100644
--- a/service/OneService.cpp
+++ b/service/OneService.cpp
@@ -1120,7 +1120,7 @@ public:
inline void phyOnUnixAccept(PhySocket *sockL,PhySocket *sockN,void **uptrL,void **uptrN) {}
inline void phyOnUnixClose(PhySocket *sock,void **uptr) {}
inline void phyOnUnixData(PhySocket *sock,void **uptr,void *data,unsigned long len) {}
- inline void phyOnUnixWritable(PhySocket *sock,void **uptr) {}
+ inline void phyOnUnixWritable(PhySocket *sock,void **uptr,bool lwip_invoked) {}
inline int nodeVirtualNetworkConfigFunction(uint64_t nwid,void **nuptr,enum ZT_VirtualNetworkConfigOperation op,const ZT_VirtualNetworkConfig *nwc)
{