seems like 2 seconds of delay is max for sipvicious

This commit is contained in:
serxoz 2022-12-21 12:55:23 +01:00
parent 89816437e8
commit 72e3e5ac08

View File

@ -18,7 +18,7 @@ use tokio::net::UdpSocket;
use tokio::time::{sleep, Duration};
// delay seconds for tarpit feature
static TARPIT_DELAY: u64 = 4;
static TARPIT_DELAY: u64 = 2; // more than 2 seconds make spivicious go timeout
struct Server {
socket: UdpSocket,