Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150627
b: refs/heads/master
c: d48e074
h: refs/heads/master
i:
  150625: 7d6cef2
  150623: e0f0308
v: v3
  • Loading branch information
Jean-Mickael Guerin authored and Vlad Yasevich committed Jun 3, 2009
1 parent daf1055 commit b1998ce
Show file tree
Hide file tree
Showing 2 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: 10a43cea7da841cf85a778a1a4d367fb2de7cbce
refs/heads/master: d48e074dfdada552fa53f5eab807540f352e0d5d
6 changes: 3 additions & 3 deletions trunk/net/sctp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ static int zero = 0;
static int one = 1;
static int timer_max = 86400000; /* ms in one day */
static int int_max = INT_MAX;
static long sack_timer_min = 1;
static long sack_timer_max = 500;
static int sack_timer_min = 1;
static int sack_timer_max = 500;

extern int sysctl_sctp_mem[3];
extern int sysctl_sctp_rmem[3];
Expand Down Expand Up @@ -223,7 +223,7 @@ static ctl_table sctp_table[] = {
.ctl_name = NET_SCTP_SACK_TIMEOUT,
.procname = "sack_timeout",
.data = &sctp_sack_timeout,
.maxlen = sizeof(long),
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = proc_dointvec_minmax,
.strategy = sysctl_intvec,
Expand Down

0 comments on commit b1998ce

Please sign in to comment.