Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171775
b: refs/heads/master
c: e994b7c
h: refs/heads/master
i:
  171773: db58296
  171771: b1bc1cd
  171767: e3b6436
  171759: dbbb20e
  171743: 9e484f8
  171711: 0153afb
  171647: 7a3f93d
  171519: bfc8620
v: v3
  • Loading branch information
David S. Miller committed Nov 21, 2009
1 parent 379b897 commit 087aa60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 8964be4a9a5ca8cab1219bb046db2f6d1936227c
refs/heads/master: e994b7c901ded7200b525a707c6da71f2cf6d4bb
8 changes: 1 addition & 7 deletions trunk/net/ipv4/tcp_minisocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@
#include <net/inet_common.h>
#include <net/xfrm.h>

#ifdef CONFIG_SYSCTL
#define SYNC_INIT 0 /* let the user enable it */
#else
#define SYNC_INIT 1
#endif

int sysctl_tcp_syncookies __read_mostly = SYNC_INIT;
int sysctl_tcp_syncookies __read_mostly = 1;
EXPORT_SYMBOL(sysctl_tcp_syncookies);

int sysctl_tcp_abort_on_overflow __read_mostly;
Expand Down

0 comments on commit 087aa60

Please sign in to comment.