summaryrefslogtreecommitdiff
path: root/osdep
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 /osdep
parent357cb92f2e51349d80d4d11defefe3cc1866f465 (diff)
downloadinfinitytier-bcaf42e07557f611a4609a8d69fb1ef6d29f1c95.tar.gz
infinitytier-bcaf42e07557f611a4609a8d69fb1ef6d29f1c95.zip
Transfer speed increate + stability fixes
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Phy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp
index bdf20d13..0f993c9f 100644
--- a/osdep/Phy.hpp
+++ b/osdep/Phy.hpp
@@ -976,7 +976,7 @@ public:
ZT_PHY_SOCKFD_TYPE sock = s->sock; // if closed, s->sock becomes invalid as s is no longer dereferencable
if ((FD_ISSET(sock,&wfds))&&(FD_ISSET(sock,&_writefds))) {
try {
- _handler->phyOnUnixWritable((PhySocket *)&(*s),&(s->uptr));
+ _handler->phyOnUnixWritable((PhySocket *)&(*s),&(s->uptr),false);
} catch ( ... ) {}
}
if (FD_ISSET(sock,&rfds)) {