From 6600b005b611ef1a44b51fd54c770df82a5aafc9 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 8 Oct 2015 21:24:51 -0400 Subject: No Whack! --- netcon/NetconEthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netcon') diff --git a/netcon/NetconEthernetTap.cpp b/netcon/NetconEthernetTap.cpp index 3147ff59..e6a1736d 100644 --- a/netcon/NetconEthernetTap.cpp +++ b/netcon/NetconEthernetTap.cpp @@ -657,7 +657,7 @@ err_t NetconEthernetTap::nc_sent(void* arg, struct tcp_pcb *tpcb, u16_t len) if(len) { //fprintf(stderr, "ACKING len = %d, setting read-notify = true, (sndbuf = %d)\n", len, l->conn->pcb->snd_buf); l->tap->_phy.setNotifyReadable(l->conn->dataSock, true); - l->tap->_phy.whack(); + //l->tap->_phy.whack(); //l->tap->handle_write(l->conn); } return ERR_OK; -- cgit v1.2.3