diff options
author | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-14 13:49:13 -0400 |
---|---|---|
committer | Joseph Henry <joseph.henry@zerotier.com> | 2015-10-14 13:49:13 -0400 |
commit | 0b5a2a7594f2cc38157e9c62d179897db54ba035 (patch) | |
tree | 605bae406119a919495cfb7ff34b1ed522be2c4c | |
parent | 831a513b2d9eaf84c117f4549358672b03cb81b2 (diff) | |
download | infinitytier-0b5a2a7594f2cc38157e9c62d179897db54ba035.tar.gz infinitytier-0b5a2a7594f2cc38157e9c62d179897db54ba035.zip |
Removed character from NEtconEthernetTap.cpp
-rw-r--r-- | netcon/NetconEthernetTap.cpp | 2 | ||||
-rwxr-xr-x | netcon/libintercept.so.1.0 | bin | 53568 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 02fb0d5a..9d763463 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -1095,7 +1095,7 @@ void NetconEthernetTap::handle_write(TcpConnection *conn) /* PCB send buffer is full,turn off readability notifications for the corresponding PhySocket until nc_sent() is called and confirms that there is now space on the buffer */ - / + if(sndbuf == 0) { _phy.setNotifyReadable(conn->dataSock, false); lwipstack->_tcp_output(conn->pcb); diff --git a/netcon/libintercept.so.1.0 b/netcon/libintercept.so.1.0 Binary files differdeleted file mode 100755 index 192e9b97..00000000 --- a/netcon/libintercept.so.1.0 +++ /dev/null |