Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tx audio R-S warning: use the correct max_len
The data_len var used to compute packet_count may be lesser than its initial value (tx->mtu - hdrs_len) because it might have been decreased to number of remaining bytes of the last packet. Returned back data_len to the do-loop and compute the value as max_len.
- Loading branch information