I would like to get stats of network quality either on the uftp (sender) or uftpd (receiver) side.
Basically, getting the amount of NAKs, or the percentage of NAKs, for each uftpd instance would do the trick.
I currently parse uftp and uftpd outputs (in "-x 5" mode), which means I could compute these indicators myself. However, I have no clue which output string from uftp/uftpd I should take into account.
Thanks in advance for your support with this,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I would like to get stats of network quality either on the uftp (sender) or uftpd (receiver) side.
Basically, getting the amount of NAKs, or the percentage of NAKs, for each uftpd instance would do the trick.
I currently parse uftp and uftpd outputs (in "-x 5" mode), which means I could compute these indicators myself. However, I have no clue which output string from uftp/uftpd I should take into account.
Thanks in advance for your support with this,
David
On the receiver side, you can look for messages of the form "Sent nnn NAKs for section nn".
Just perfect, I get those messages both on the receiver and on the server side.
Thanks,
David