mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Removed character from NEtconEthernetTap.cpp
This commit is contained in:
parent
831a513b2d
commit
0b5a2a7594
2 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ void NetconEthernetTap::handle_write(TcpConnection *conn)
|
||||||
/* PCB send buffer is full,turn off readability notifications for the
|
/* PCB send buffer is full,turn off readability notifications for the
|
||||||
corresponding PhySocket until nc_sent() is called and confirms that there is
|
corresponding PhySocket until nc_sent() is called and confirms that there is
|
||||||
now space on the buffer */
|
now space on the buffer */
|
||||||
/
|
|
||||||
if(sndbuf == 0) {
|
if(sndbuf == 0) {
|
||||||
_phy.setNotifyReadable(conn->dataSock, false);
|
_phy.setNotifyReadable(conn->dataSock, false);
|
||||||
lwipstack->_tcp_output(conn->pcb);
|
lwipstack->_tcp_output(conn->pcb);
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue