summaryrefslogtreecommitdiffstats
path: root/README
blob: 9bd9414a4edce1a4fa1264f43e13273d0e48ec78 (plain)
1
2
3
4
5
6
7
8
9
libmnl

Features:
- Minimalistic Netlink library
- Low-level: you have to know how Netlink works.
- Simplicity: as opposed to complexity.
- Very low abstraction: try to leak as less Netlink details as possible.
- Decoupling: the main bricks are decoupled to avoid inter-dependencies
(eg. socket handling and callbacks are not attached).