Обновить src/DosAtk.cpp
This commit is contained in:
parent
b794b1c507
commit
aaf689f78c
|
@ -651,7 +651,7 @@ int my_udp() {
|
||||||
int status;
|
int status;
|
||||||
int sockfd; // Дескриптор сокета
|
int sockfd; // Дескриптор сокета
|
||||||
struct sockaddr_in target_addr; // Адрес цели
|
struct sockaddr_in target_addr; // Адрес цели
|
||||||
static int port_idx; // Текущий индекс портаS
|
static int port_idx; // Текущий индекс порта
|
||||||
static const int ports[]; // Список портов
|
static const int ports[]; // Список портов
|
||||||
static const int ports_total;
|
static const int ports_total;
|
||||||
int curr_port; // Текущий порт
|
int curr_port; // Текущий порт
|
||||||
|
|
Loading…
Reference in New Issue