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
b21010ed
Commit
b21010ed
authored
Sep 04, 2007
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
parents
b1330031
5c127c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/ipv4/tcp_input.c
net/ipv4/tcp_input.c
+1
-1
No files found.
net/ipv4/tcp_input.c
View file @
b21010ed
...
...
@@ -560,7 +560,7 @@ static u32 tcp_rto_min(struct sock *sk)
struct
dst_entry
*
dst
=
__sk_dst_get
(
sk
);
u32
rto_min
=
TCP_RTO_MIN
;
if
(
dst_metric_locked
(
dst
,
RTAX_RTO_MIN
))
if
(
dst
&&
dst
_metric_locked
(
dst
,
RTAX_RTO_MIN
))
rto_min
=
dst
->
metrics
[
RTAX_RTO_MIN
-
1
];
return
rto_min
;
}
...
...
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