mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Some communication protocols are more efficient if fewer write() calls are invoked. If multiple message blocks can be sent at the same time then batch them into a single write() call. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>