mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
tcp: Namespace-ify sysctl_tcp_recovery
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2ae21cf527
commit
e20223f196
6 changed files with 11 additions and 11 deletions
|
@ -1,8 +1,6 @@
|
|||
#include <linux/tcp.h>
|
||||
#include <net/tcp.h>
|
||||
|
||||
int sysctl_tcp_recovery __read_mostly = TCP_RACK_LOSS_DETECTION;
|
||||
|
||||
static void tcp_rack_mark_skb_lost(struct sock *sk, struct sk_buff *skb)
|
||||
{
|
||||
struct tcp_sock *tp = tcp_sk(sk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue