Renamed lwIP low-level rx/tx functions

This commit is contained in:
Joseph Henry
2017-08-17 14:37:01 -07:00
parent f1381e3cfa
commit 8472a45ce3
3 changed files with 8 additions and 9 deletions

View File

@@ -188,11 +188,11 @@ namespace ZeroTier {
{
#if defined(STACK_PICO)
if(picostack)
picostack->pico_rx(this,from,to,etherType,data,len);
picostack->pico_eth_rx(this,from,to,etherType,data,len);
#endif
#if defined(STACK_LWIP)
if(lwipstack)
lwipstack->lwip_rx(this,from,to,etherType,data,len);
lwipstack->lwip_eth_rx(this,from,to,etherType,data,len);
#endif
}
@@ -421,7 +421,6 @@ namespace ZeroTier {
{
// TODO: flags
int err = 0;
DEBUG_INFO();
#if defined(STACK_PICO)
if(picostack) {
err = picostack->pico_Connect(vs, addr, addrlen); // implicit