/minimalist-pcproxy

Minimalist PCP proxy implementation. No client state and minimal server state.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

minimalist-pcproxy

Minimalist PCP proxy implementation. No client state and minimal server state.

Goals

Non-goals

  • server selection draft; we do server selection ENTIRELY based on the client's IP address. we also don't track liveliness of servers.

Usage

cmake .
./minimalist-pcproxy 2000:db8::/32=2000:db8::1 ::ffff:0:0/96=2000:db8::2

The command line arguments are (address prefix) = (PCP server) mappings.