Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

fingon/minimalist-pcproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages