Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315753
b: refs/heads/master
c: 0980e56
h: refs/heads/master
i:
  315751: 5fd3327
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 22, 2012
1 parent ea51cff commit e7d2a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 186e868786f97c8026f0a81400b451ace306b3a4
refs/heads/master: 0980e56e506b1e45022fad00bca8c8a974fda4e6
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,8 @@ static DEFINE_PER_CPU(struct inet_sock, unicast_sock) = {
.sk_allocation = GFP_ATOMIC,
.sk_flags = (1UL << SOCK_USE_WRITE_QUEUE),
},
.pmtudisc = IP_PMTUDISC_WANT,
.pmtudisc = IP_PMTUDISC_WANT,
.uc_ttl = -1,
};

void ip_send_unicast_reply(struct net *net, struct sk_buff *skb, __be32 daddr,
Expand Down

0 comments on commit e7d2a2f

Please sign in to comment.