mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-31 03:51:02 -07:00
fixed minor bugs and added debug outputs
This commit is contained in:
parent
cb6864f04a
commit
86673bd6d6
2 changed files with 71 additions and 21 deletions
|
@ -189,6 +189,7 @@ static err_t tapif_init(struct netif *netif)
|
|||
|
||||
static err_t low_level_output(struct netif *netif, struct pbuf *p)
|
||||
{
|
||||
fprintf(stderr, "low_level_output()\n");
|
||||
struct pbuf *q;
|
||||
char buf[ZT1_MAX_MTU+32];
|
||||
char *bufptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue