more 32bit stuff

This commit is contained in:
2024-10-20 18:37:01 +02:00
parent c3c2d0f133
commit fd094b157f
2 changed files with 10 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ namespace Components {
struct Peer {
struct Entry {
float time_point {0.f};
size_t bytes {0u};
uint64_t bytes {0u};
bool accounted {false};
};
std::deque<Entry> recently_sent;