# ipset **Repository Path**: sersoong-com_admin/ipset ## Basic Information - **Project Name**: ipset - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://en.wikipedia.org/wiki/Binary_decision_diagram) (BDDs), which (we hypothesize) makes it space efficient for large sets. Please see the INSTALL file for installation instructions.