picoTCP development

This commit is contained in:
Joseph Henry
2016-10-17 13:14:53 -07:00
parent 846fea0dca
commit 4c34494bfb
8 changed files with 167 additions and 77 deletions

View File

@@ -446,7 +446,7 @@ namespace ZeroTier
void NetconEthernetTap::phyOnTcpWritable(PhySocket *sock,void **uptr/*, bool lwip_invoked*/)
{
DEBUG_INFO("sock=%p", (void*)&sock);
processReceivedData(sock,uptr,true);
handleRead(sock,uptr,true);
}
// RX data on stream socks and send back over client sock's underlying fd