Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
63073285
Commit
63073285
authored
Jun 15, 2004
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge nuts.davemloft.net:/disk1/BK/net-2.6.8
into nuts.davemloft.net:/disk1/BK/net-2.6
parents
46e92f6d
429b6546
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
net/ipv4/tcp.c
net/ipv4/tcp.c
+1
-1
net/ipv4/tcp_input.c
net/ipv4/tcp_input.c
+3
-3
No files found.
net/ipv4/tcp.c
View file @
63073285
...
...
@@ -276,7 +276,7 @@ kmem_cache_t *tcp_timewait_cachep;
atomic_t
tcp_orphan_count
=
ATOMIC_INIT
(
0
);
int
sysctl_tcp_default_win_scale
;
int
sysctl_tcp_default_win_scale
=
7
;
int
sysctl_tcp_mem
[
3
];
int
sysctl_tcp_wmem
[
3
]
=
{
4
*
1024
,
16
*
1024
,
128
*
1024
};
...
...
net/ipv4/tcp_input.c
View file @
63073285
...
...
@@ -88,9 +88,9 @@ int sysctl_tcp_max_orphans = NR_FILE;
int
sysctl_tcp_frto
;
int
sysctl_tcp_nometrics_save
;
int
sysctl_tcp_westwood
;
int
sysctl_tcp_vegas_cong_avoid
;
int
sysctl_tcp_vegas_cong_avoid
=
1
;
int
sysctl_tcp_moderate_rcvbuf
;
int
sysctl_tcp_moderate_rcvbuf
=
1
;
/* Default values of the Vegas variables, in fixed-point representation
* with V_PARAM_SHIFT bits to the right of the binary point.
...
...
@@ -99,7 +99,7 @@ int sysctl_tcp_moderate_rcvbuf;
int
sysctl_tcp_vegas_alpha
=
1
<<
V_PARAM_SHIFT
;
int
sysctl_tcp_vegas_beta
=
3
<<
V_PARAM_SHIFT
;
int
sysctl_tcp_vegas_gamma
=
1
<<
V_PARAM_SHIFT
;
int
sysctl_tcp_bic
;
int
sysctl_tcp_bic
=
1
;
int
sysctl_tcp_bic_fast_convergence
=
1
;
int
sysctl_tcp_bic_low_window
=
14
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment