delete check_sum function and moved its logic inside tcp_syn (#13)

Reviewed-on: https://gitea.serafimdev.com/serafim/dos/pulls/13
Reviewed-by: dr-wh0 <79003667309@yandex.ru>
Co-authored-by: Urmipie <pablonepikasso8000@gmail.com>
Co-committed-by: Urmipie <pablonepikasso8000@gmail.com>
This commit is contained in:
Urmipie
2025-04-08 01:48:15 +03:00
committed by dr-wh0
parent 27d94f1199
commit d2daab9650
3 changed files with 53 additions and 51 deletions

View File

@@ -1,2 +1,4 @@
#!/bin/sh
set -e # if compilation fail next command will not be executed, so older version of programm will not be launched
g++ src/DosAtk.cpp -o DosAtk -lcurl -lssl -lcrypto
./DosAtk "$@"