Open bibi-blocksberg opened 2 years ago
root@root:~/IPIPDirect-TC-master# make make -C src/include/libbpf/src make[1]: src/include/libbpf/src: Datei oder Verzeichnis nicht gefunden. Schluss. make: [Makefile:26: libbpf] Fehler 2
Hey!
What kernel are you running? You can find this information with the uname -r
command.
Also, I saw 'Datei oder Verzeichnis nicht gefunden. Schluss' translated to file not found. Can you make sure you've downloaded the submodules (libbpf in this case)? You can do so with the command git submodule update --init
within the IPIPDirect-TC-master/
directory in this case (wherever the Git repository is locally).
-->thanks for writing back
Kernel its Debian 5.10
I managed to compile it it works too
I wanted to use it to improve the ping of my csgo servers which also works
The only problem I have as soon as I run the program is that the csgo server loses the connection to Stean and you can no longer join the server , but if you are connected you stay connected and the ping gets better
immediately it may be because the spoofing of the ip does not work automatically? Kind Regards
How can I do that?
add the BPF_ADJ_ROOM_MAC mode to the bpf_skb_adjust_room() function
Kind Regard´s