An open API service indexing awesome lists of open source software.

https://github.com/gamemann/compressor-v2-fou-wrap-unwrapper

TC programs made for wrapping and unwrapping marked FOU-encapped packets. Being used for Compressor V2
https://github.com/gamemann/compressor-v2-fou-wrap-unwrapper

bpf ebpf egress filter filtering fou ingress ip ipip link linux-tc nftables processing tc traffic-control tunnel udp

Last synced: 7 months ago
JSON representation

TC programs made for wrapping and unwrapping marked FOU-encapped packets. Being used for Compressor V2

Awesome Lists containing this project

README

          

# Compressor V2 FOU Wrap/Unwrap

## Description
Two TC BPF programs being used for [Compressor V2](https://gitlab.com/srcds-compressor/compressor). 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.

## Compiling
You may use the Make file to build these two files. For example:

```
make clean
make
```

## Requirements
* Linux kernel 5.3 or higher.

## Credits
* [Christian Deacon](https://www.linkedin.com/in/christian-deacon-902042186/) - Creating TC programs.
* [Dreae](http://github.com/dreae) - Helping with code and understanding FOU-encapped packets. Also creator of Compressor V2.