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
e0ef57cc
Commit
e0ef57cc
authored
Feb 22, 2007
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TCP]: Make snd_cwnd_clamp a u32.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
54287cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linux/tcp.h
include/linux/tcp.h
+1
-1
No files found.
include/linux/tcp.h
View file @
e0ef57cc
...
...
@@ -302,7 +302,7 @@ struct tcp_sock {
u32
snd_ssthresh
;
/* Slow start size threshold */
u32
snd_cwnd
;
/* Sending congestion window */
u16
snd_cwnd_cnt
;
/* Linear increase counter */
u
16
snd_cwnd_clamp
;
/* Do not allow snd_cwnd to grow above this */
u
32
snd_cwnd_clamp
;
/* Do not allow snd_cwnd to grow above this */
u32
snd_cwnd_used
;
u32
snd_cwnd_stamp
;
...
...
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