wok-6.x diff libmnl/description.txt @ rev 15333
boinc: create test_driver
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 28 11:51:36 2013 +0000 (2013-09-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libmnl/description.txt Sat Sep 28 11:51:36 2013 +0000 1.3 @@ -0,0 +1,5 @@ 1.4 +libmnl is a minimalistic user-space library oriented to Netlink developers. 1.5 +There are a lot of common tasks in parsing, validating, constructing of both the 1.6 +Netlink header and TLVs that are repetitive and easy to get wrong. This library 1.7 +aims to provide simple helpers that allows you to re-use code and to avoid 1.8 +re-inventing the wheel.