tsnlab / libtsn

TSN library for C
GNU General Public License v3.0
5 stars 3 forks source link

Fix bps calculation on throughput example #45

Closed pak-ji closed 9 months ago

pak-ji commented 9 months ago

bps calculation was done using packet buffer size, Not packet's actual size. So, fix bps calculate using received packet size.

This pr related #41