mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-30 11:39:29 -07:00
Minor debug output changes
This commit is contained in:
parent
876aa0883d
commit
1bc33ae8d7
3 changed files with 7 additions and 13 deletions
|
@ -185,7 +185,7 @@ 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 buf[ZT_MAX_MTU+32];
|
||||
char *bufptr;
|
||||
int tot_len = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue