Subj : src/comio/comio.c comio.h src/sexpots/sexpots.c To : Git commit to main/sbbs/master From : Deucе Date : Mon Jan 24 2022 04:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/70afe70e0e84ceb715d760b2 Modified Files: src/comio/comio.c comio.h src/sexpots/sexpots.c Log Message: Add new definition for infinite timeout, and use that explicitly The value of the macro is INT_MIN, not zero to protect agains weird edge cases. I considered INT_MAX, but figured you could get there in sane ways. .