fixed netif_up flag bug, updated included ZTO src
This commit is contained in:
@@ -444,7 +444,7 @@ namespace ZeroTier
|
||||
closeConnection(sock);
|
||||
}
|
||||
|
||||
void NetconEthernetTap::phyOnTcpWritable(PhySocket *sock,void **uptr/*, bool lwip_invoked*/)
|
||||
void NetconEthernetTap::phyOnTcpWritable(PhySocket *sock,void **uptr, bool lwip_invoked)
|
||||
{
|
||||
DEBUG_INFO("sock=%p", (void*)&sock);
|
||||
handleRead(sock,uptr,true);
|
||||
|
||||
Reference in New Issue
Block a user