commit | fcdc873185b3f2dc65161b6a225351deb51adf8a | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 28 18:02:06 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Apr 30 15:00:54 2019 -0400 |
tree | 8767d04d8c0bb9c22a48eed0680ebd039b3ef49d | |
parent | f1bb38d3aa1ff427a0584650897cc513edd4ca17 [diff] |
net: NetworkMonitor: set NETLINK_CAP_ACK on netlink socket This allows the kernel to exclude the payload of the original netlink message from a NLMSG_ERROR message. We use the sequence number in nlmsghdr to keep track of replies, so we can safely enable this (minor) optimization. Change-Id: Ib02b36346fa20045ca4eb9f77c79688fd45c6525
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
You're encouraged to contribute to ndn-cxx! Check out the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.