Subj : src/xpdev/sockwrap.c To : Git commit to main/sbbs/master From : Deucе Date : Sun Mar 21 2021 04:38 am https://gitlab.synchro.net/main/sbbs/-/commit/2890ff74180bd24979b1a98b Modified Files: src/xpdev/sockwrap.c Log Message: A poll() failure with EINTR does not mean a socket is closed. This won't impact Synchronet as it has a separate signal handling thread, but we still need to behave properly for processes that don't. I'm also saying that ENOMEM does not indicate a disconnection, though it may be better to pretend it was disconnected... .