Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34634
b: refs/heads/master
c: 2a0109a
h: refs/heads/master
v: v3
  • Loading branch information
Ian McDonald authored and David S. Miller committed Sep 22, 2006
1 parent c20aaf0 commit c4e0ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 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: ef047f5e1085d6393748d1ee27d6327905f098dc
refs/heads/master: 2a0109a707d2b0ae48f124d3be0fdf1715c0107a
5 changes: 5 additions & 0 deletions trunk/net/dccp/feat.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ extern int dccp_feat_clone(struct sock *oldsk, struct sock *newsk);
extern int dccp_feat_init(struct dccp_minisock *dmsk);

extern int dccp_feat_default_sequence_window;
extern int dccp_feat_default_rx_ccid;
extern int dccp_feat_default_tx_ccid;
extern int dccp_feat_default_ack_ratio;
extern int dccp_feat_default_send_ack_vector;
extern int dccp_feat_default_send_ndp_count;

#endif /* _DCCP_FEAT_H */
8 changes: 1 addition & 7 deletions trunk/net/dccp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@

#include <linux/mm.h>
#include <linux/sysctl.h>
#include "feat.h"

#ifndef CONFIG_SYSCTL
#error This file should not be compiled without CONFIG_SYSCTL defined
#endif

extern int dccp_feat_default_sequence_window;
extern int dccp_feat_default_rx_ccid;
extern int dccp_feat_default_tx_ccid;
extern int dccp_feat_default_ack_ratio;
extern int dccp_feat_default_send_ack_vector;
extern int dccp_feat_default_send_ndp_count;

static struct ctl_table dccp_default_table[] = {
{
.ctl_name = NET_DCCP_DEFAULT_SEQ_WINDOW,
Expand Down

0 comments on commit c4e0ae1

Please sign in to comment.