Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170417
b: refs/heads/master
c: b3a5b6c
h: refs/heads/master
i:
  170415: d30e7a0
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 5, 2009
1 parent 37f2240 commit 8e3c034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9828ec6bc0b7e19a65f7e13daa8bd35a926a753
refs/heads/master: b3a5b6cc7cab89dcc3301add750f88019d910a2b
4 changes: 4 additions & 0 deletions trunk/net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,10 @@ static int __net_init icmp_sk_init(struct net *net)
sk->sk_sndbuf =
(2 * ((64 * 1024) + sizeof(struct sk_buff)));

/*
* Speedup sock_wfree()
*/
sock_set_flag(sk, SOCK_USE_WRITE_QUEUE);
inet_sk(sk)->pmtudisc = IP_PMTUDISC_DONT;
}

Expand Down

0 comments on commit 8e3c034

Please sign in to comment.