Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transmit: print symbol size always in debug2
The symbol size is printed only once (or more precisely few times, because it is guarded by a thread-local variable and the sending may pick a different runner). This, however, doesn't give representative numbers when frame sizes differ (== compressed) because then may also FEC symbol sizes so print it unconditionally at least with debug2 log level. refers to GH-361
- Loading branch information