Two TC BPF programs being used for Compressor V2. One program is responsible for wrapping incoming packets into FOU and sending it to the game server. The other is for unwrapping FOU packets sent from the game server and sending it back out as the forwarding/Anycast IP address.
You may use the Make file to build these two files. For example:
make clean
make
- Linux kernel 5.3 or higher.
- Christian Deacon - Creating TC programs.
- Dreae - Helping with code and understanding FOU-encapped packets. Also creator of Compressor V2.