代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony-SIG/third_party_libnetfilter_conntrack 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
libnetfilter_conntrack - userspace library for the connection tracking system
(C) 2005-2011 Pablo Neira Ayuso <[email protected]>
=============================================================================
= Connection Tracking System =
The connection tracking system is a in-kernel subsystem that stores information
about the state of a connection in a memory structure that contains the source
and destination IP addresses, port number pairs, protocol types, state, and
timeout. With this extra information, we can define more intelligent filtering
policies.
Moreover, there are some application protocols, such as FTP, TFTP, IRC, PPTP
that have aspects that are hard to track for a firewall that follows the
traditional static filtering approach. The connection tracking system defines
a mechanism to track such aspects.
The connection tracking system does not alter the packets themselves; the
default behavior always lets the packets continue their travel through the
network stack, although there are a couple of very specific exceptions where
packets can be dropped (e.g., under memory exhaustion). So keep in mind that
the connection tracking system just tracks packets; it does not filter.
For further information on the connection tracking system, please see the
reference section at the bottom of this document.
= What is libnetfilter_conntrack? =
libnetfilter_conntrack is an userspace library that provides an interface to
the in-kernel connection tracking system.
= License =
libnetfilter_conntrack is released under GPLv2 or any later at your option.
= Prerequirements for libnetfilter_conntrack =
Linux kernel version >= 2.6.18 (http://www.kernel.org) and enable support for:
* connection tracking system (quite obvious ;)
* nfnetlink
* ctnetlink (ip_conntrack_netlink)
* connection tracking event notification API
= Documentation =
You can generate the doxygen-based documentation by invoking:
$ doxygen doxygen.cfg
= Examples =
You can find a set of handy examples on the use of libnetfilter_conntrack
under the directory utils/ distributed with this library. You can compile them
by invoking:
$ make check
= Heads Up =
libnetfilter_conntrack used to provided two different APIs: The old one had
several limitations, for that reason, it was deprecated time ago. The existing
library only provides the new API that solves former deficiencies. Thus, make
sure you use recent versions of libnetfilter_conntrack and, in case that
you are using the old API, consider porting your application to the new one.
Since libnetfilter_conntrack >= 0.9.1, you can use the same handler obtained
via nfct_open() to register conntrack and expectation callbacks (before this
version, this was not possible).
= References =
[1] Pablo Neira Ayuso. Netfilter's Connection Tracking System:
http://people.netfilter.org/pablo/docs/login.pdf
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。