Saddam
Saddam copied to clipboard
DDoS throttles on GetAmp..
When you start a DDoS with ntp list, and some servers dont response, __attack method will call GetAmpSize as long as it will get a response, which for some servers is never, this is slowing the attack, waiting for calculating GetAmpSize for servers that wont reponse anyway. Solution would be to ignore such servers after few not succesful tries of GetAmpSize. I wrote duck tape solution, where soldiers are in list, and they are removed from it when they dont respond, although that doesnt work with multithreading.
Or a time out could be added