Fixed lwIP driver thread model violation (tcp_close() was being called by application thread)

This commit is contained in:
Joseph Henry
2017-09-19 10:52:59 -07:00
parent 91eb869e02
commit 5e320fb950
8 changed files with 1927 additions and 1856 deletions

View File

@@ -86,7 +86,7 @@ namespace ZeroTier
int pico_eth_poll(struct pico_device *dev, int loop_score);
class VirtualTap;
struct VirtualSocket;
class VirtualSocket;
class picoTCP
{