revert loss pack to using floats in all related places

This commit is contained in:
bharnden 2019-07-03 23:09:55 -07:00
parent 02d9418808
commit ae5d718737
5 changed files with 7 additions and 7 deletions

View file

@ -791,7 +791,7 @@ message LinkOptions {
int32 key = 3;
int32 mburst = 4;
int32 mer = 5;
int32 per = 6;
float per = 6;
int64 bandwidth = 7;
int32 burst = 8;
int64 delay = 9;