Displaying 2 results from an estimated 2 matches for "syn_sent2".
Did you mean:
syn_sent
2016 Feb 16
0
[Bug 1021] iptables -j CT --timeout policy
....policy = {
.SYN_SENT = 120,
.SYN_RECV = 60,
.ESTABLISHED = 100,
.FIN_WAIT = 120,
.CLOSE_WAIT = 10,
.LAST_ACK = 30,
.TIME_WAIT = 120,
.CLOSE = 10,
.SYN_SENT2 = 120,
.RETRANS = 300,
.UNACKNOWLEDGED = 300,
},
};
.test-tcp-2 = {
.l3proto = 2,
.l4proto = 6,
.policy = {
.SYN_SENT = 120,
.SYN_RECV = 60,
.ESTABLISHED = 110,
.FIN_WAIT...
2011 Feb 27
0
[ANNOUNCE] conntrack-tools 1.0.0 released
...t/XML, current IPv4 NAT'ed flows, reset counters, and flush the
complete connection tracking table among many other.
This summary of changes with regards to previous is the following:
- improvements for the autotools/build infrastructure from Jan Engelhardt.
- lots of documentation updates.
- SYN_SENT2 support for the command line tool conntrack (which was added
in Linux kernel >= 2.6.31).
- allow to listen to update and destroy expectation events (it requires
a Linux kernel >= 2.6.37).
- conntrack timestamping support with -o ktimestamp (this support
requires the upcoming Linux 2.6.38).
-...