mirror of
git://soft.sys114.com/klipper
synced 2026-02-07 20:40:26 +09: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>