fingon / minimalist-pcproxy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 100.0%