From bcaf42e07557f611a4609a8d69fb1ef6d29f1c95 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 20 Jan 2016 13:38:14 -0800 Subject: Transfer speed increate + stability fixes --- osdep/Phy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/Phy.hpp') 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)) { -- cgit v1.2.3