search for: rfc6887

Displaying 1 result from an estimated 1 matches for "rfc6887".

Did you mean: rfc6187
2016 Jun 28
1
[Bug 1077] New: New traffic reduces conntrack timeout
...fault UDP timeout is three minutes (after SEEN_REPLY). The timeout for one specific entry is extended to five hours using the conntrack command or API. Three seconds later new traffic is seen for that entry and the kernel resets the timeout from 04:59:57 to 00:03:00. (Actual use case: Implementing RFC6887 PEER command so that e.g. UDP VPN can reduce keepalives by explicitly requesting a long-lived entry.) Might only need to check (and then keep the existing value) if existing timeout is longer than new value in "int [proto]_packet()" in net/netfilter/nf_conntrack_proto_[proto].c for each...