Subj : src/sexpots/sexpots.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Oct 16 2023 05:53 pm https://gitlab.synchro.net/main/sbbs/-/commit/54a05b65148085247e667152 Modified Files: src/sexpots/sexpots.c Log Message: Implement write-retry in modem_send() In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when configuring some longer modem init strings on Linux. This is just a single retry (after a yield) after any modem command char send failure (for any reason), including the terminating carriage-return. See issue #662 to details. .