Removed character from NEtconEthernetTap.cpp

This commit is contained in:
Joseph Henry 2015-10-14 13:49:13 -04:00
parent 831a513b2d
commit 0b5a2a7594
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.