mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-06 12:51:40 +02:00
Patch by Jerry:
- Measure file transfer speed - Increased quit timeout in NetworkTests - Some code duplication, to be fixed in future patch
This commit is contained in:
parent
99a7e0db23
commit
811cfd146d
7 changed files with 86 additions and 12 deletions
|
@ -178,6 +178,9 @@ public:
|
|||
//! Return true if recieved file size is valid
|
||||
bool isReceivedFileSizeValid();
|
||||
|
||||
//! Return expected file size
|
||||
size_t getExpectedFileSize() { return m_expectedFileSize; }
|
||||
|
||||
//@}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue