summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-03-19 14:55:32 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-03-19 14:55:32 +0100
commit74e7bb8b033640f7c4692c4ea0d5c231e3137b7b (patch)
tree4cc2125d00b83b5ac1b076da2c8e3eff7b08ddc3 /README
initial libmnl import
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9bd9414
--- /dev/null
+++ b/README
@@ -0,0 +1,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).