Skip to content

Files

Latest commit

Aug 2, 2015
35297b6 · Aug 2, 2015

History

History
This branch is 1599 commits behind shadowsocks/shadowsocks-libev:master.

libipset

ipset

The ipset library provides C data types for storing sets of IP addresses, and maps of IP addresses to integers. It supports both IPv4 and IPv6 addresses. It's implemented using Binary Decision Diagrams (BDDs), which (we hypothesize) makes it space efficient for large sets.

Please see the INSTALL file for installation instructions.