fixed minor bugs and added debug outputs

This commit is contained in:
Joseph Henry 2015-09-21 19:39:26 -04:00
parent cb6864f04a
commit 86673bd6d6
2 changed files with 71 additions and 21 deletions

View file

@ -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;