diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-04-12 18:18:10 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-04-12 18:18:10 +0200 |
commit | 127dea21b7382cc0f0b5199630aa1f1666e3009d (patch) | |
tree | 5f798df2fd75386f99b039784adacfbdac6b1c60 | |
parent | 1f09fdccb75005a53ba2bb90fb61d4e6f45e8e14 (diff) | |
download | libmnl-127dea21b7382cc0f0b5199630aa1f1666e3009d.tar.gz libmnl-127dea21b7382cc0f0b5199630aa1f1666e3009d.zip |
minor update in README (library is around 30KB here, not 20KB)
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. The main features of this library are: -* Small: the shared library requires around 20KB in a x86-based computer. +* Small: the shared library requires around 30KB in a x86-based computer. * Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. * Easy to use: the library simplifies the work for Netlink-wise developers. |