mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 18:19:50 +00:00
81d2b1d509
- Inet diag allows users to gather low-level socket information. - This library provides a higher-level API for creating inetdiag requests (via idiagnl_connect and idiagnl_send_simple) and parsing the replies (via idiagnl_msg_parse). A cache is also provided (via idiagnl_msg_alloc_cache). - Request and message objects provide APIs for accessing and setting the various properties of each. - This library also allows the user to parse the inetdiag response attributes which contain information about traffic class, TOS, congestion, socket memory info, and more depending on the kernel version used. - Includes doxygen documentation.
13 lines
281 B
PkgConfig
13 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnl-idiag
|
|
Description: Netlink Inet Diag Family Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libnl-3.0
|
|
Libs: -L${libdir} -lnl-idiag-@MAJ_VERSION@
|
|
Cflags: -I${includedir}/libnl@MAJ_VERSION@
|
|
|