Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71256
b: refs/heads/master
c: bd5435e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and David S. Miller committed Oct 18, 2007
1 parent 75d9916 commit 17ad50c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: dc8a82ad285dcd2831feb2fd8f7b41ce1f82e243
refs/heads/master: bd5435e76a226b7151ae5aaee2cd366ab003dd2e
3 changes: 3 additions & 0 deletions trunk/net/dccp/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#include "ccid.h"
#include "dccp.h"

/* rate-limit for syncs in reply to sequence-invalid packets; RFC 4340, 7.5.4 */
int sysctl_dccp_sync_ratelimit __read_mostly = HZ / 8;

static void dccp_fin(struct sock *sk, struct sk_buff *skb)
{
sk->sk_shutdown |= RCV_SHUTDOWN;
Expand Down
3 changes: 0 additions & 3 deletions trunk/net/dccp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif

/* rate-limit for syncs in reply to sequence-invalid packets; RFC 4340, 7.5.4 */
int sysctl_dccp_sync_ratelimit __read_mostly = HZ / 8;

static struct ctl_table dccp_default_table[] = {
{
.procname = "seq_window",
Expand Down

0 comments on commit 17ad50c

Please sign in to comment.