search for: _packet

Displaying 2 results from an estimated 2 matches for "_packet".

Did you mean: packet
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there, I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that. I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.) Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the
2016 Jun 28
1
[Bug 1077] New: New traffic reduces conntrack timeout
...eout 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 protocol. Alternatively might be easier to do the check in __nf_ct_refresh_acct() in net/netfilter/nf_conntrack_core.c. But notice that "if (newtime - ct->timeout.expires >= HZ)" there has an integer underflow when newt...