Minor debug output changes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user