Subj : src/sbbs3/js_socket.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Jul 24 2023 06:29 pm https://gitlab.synchro.net/main/sbbs/-/commit/99e8c77caf4a718768e80e6a Modified Files: src/sbbs3/js_socket.c Log Message: Revert "Revert "Apply socket options from sockopts.ini to sockets created by ListeningSocket()"" This reverts commit 7ff687ff15f690410daa0bdbe2ecc468ea1b4a41. We're already passing a sock_init callback (ls_cb) which is supposed to set the socket options (call set_socket_options), so this change shouldn't be necessary and reportedly caused more issues binding ircd sockets when running ircd.js via jsexec (though I didn't see this myself). .