From 74e7bb8b033640f7c4692c4ea0d5c231e3137b7b Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 19 Mar 2010 14:55:32 +0100 Subject: initial libmnl import --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') 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). -- cgit v1.2.3