This commit is contained in:
J. Nick Koston
2025-06-05 23:33:51 +01:00
parent fdb33a893f
commit 84f4613ee0

View File

@@ -467,9 +467,8 @@ class APIConnection : public APIServerConnection {
static constexpr uint32_t BATCH_DELAY_MS = 100;
static constexpr size_t MAX_BATCH_SIZE_BYTES = 1360; // MTU - 100 bytes safety margin
// Batch mode state for capturing message types
// Batch mode state
bool batch_mode_{false};
uint16_t captured_message_type_{0};
void schedule_batch_();
void process_batch_();