[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] PPPoS: nb->tot_len in pppos_output_last() is always 0
From: |
Axel Lin |
Subject: |
[lwip-devel] PPPoS: nb->tot_len in pppos_output_last() is always 0 |
Date: |
Mon, 19 Jun 2017 18:05:06 +0800 |
In pppos_output_last(),
The nb->tot_len is always 0:
MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, nb->tot_len);
pppos_output_append() increases nb->len but does not update nb->tot_len.
Is this a bug?
- [lwip-devel] PPPoS: nb->tot_len in pppos_output_last() is always 0,
Axel Lin <=