fixed netif_up flag bug, updated included ZTO src
This commit is contained in:
@@ -1182,7 +1182,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
inline void phyOnTcpWritable(PhySocket *sock,void **uptr)
|
||||
inline void phyOnTcpWritable(PhySocket *sock,void **uptr,bool lwip_invoked)
|
||||
{
|
||||
TcpConnection *tc = reinterpret_cast<TcpConnection *>(*uptr);
|
||||
Mutex::Lock _l(tc->writeBuf_m);
|
||||
|
||||
Reference in New Issue
Block a user