No Whack!

This commit is contained in:
Joseph Henry 2015-10-08 21:24:51 -04:00
parent b5b57aca02
commit 6600b005b6

View File

@ -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;