mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-30 11:39:29 -07:00
output lengths
This commit is contained in:
parent
f80d65286c
commit
f091a074d4
2 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,7 @@ static err_t low_level_output(struct netif *netif, struct pbuf *p)
|
|||
|
||||
tap->_handler(tap->_arg,tap->_nwid,src_mac,dest_mac,
|
||||
Utils::ntoh((uint16_t)ethhdr->type),0,buf + sizeof(struct eth_hdr),p->tot_len);
|
||||
printf("low_level_output(): length = %d\n", p->tot_len);
|
||||
return ERR_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue