daemon: added link option to configure buffer, added support in pygui to allow configuring buffer

This commit is contained in:
Blake Harnden 2020-11-30 16:49:44 -08:00
parent d95c2ec05f
commit a35e91aeba
8 changed files with 68 additions and 5 deletions

View file

@ -777,6 +777,7 @@ message LinkOptions {
int64 delay = 8;
int32 dup = 9;
bool unidirectional = 10;
int32 buffer = 11;
}
message Interface {