mirror of
https://github.com/andreili/klipper.git
synced 2025-09-12 00:21:14 +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>