Subj : src/sbbs3/ftpsrvr.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Dec 29 2020 11:51 pm https://gitlab.synchro.net/main/sbbs/-/commit/31d07482c7dc81b1af72e495 Modified Files: src/sbbs3/ftpsrvr.c Log Message: Remove 3 second delay before disconnecting when max clients reached This seems to be misguided and would only increase the chances of a DoS-type attack on TCP session resources. A second 3-second delay upon malloc failure is also removed. .