mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 20:16:44 +02:00
don't excessively update percentage complete line during file transfers
This commit is contained in:
@ -40,6 +40,7 @@ typedef struct {
|
||||
uint16_t piecelen;
|
||||
uint8_t pathname[MAX_STR_SIZE];
|
||||
uint64_t timestamp;
|
||||
uint64_t last_progress;
|
||||
uint64_t size;
|
||||
uint32_t line_id;
|
||||
} FileSender;
|
||||
|
Reference in New Issue
Block a user