Save partial work for S&F

This commit is contained in:
Jm Casler
2021-12-06 21:01:18 -08:00
parent c83ca7bfdd
commit b0a6c8929c
2 changed files with 5 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ class StoreForwardPlugin : public SinglePortPlugin, private concurrency::OSThrea
uint32_t packetHistoryTXQueue_size;
uint32_t packetHistoryTXQueue_index = 0;
uint32_t packetTimeMax = 0;
uint32_t packetTimeMax = 2000;
public:
StoreForwardPlugin();