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
Kirill Smelkov
linux
Commits
d4576fcb
Commit
d4576fcb
authored
Sep 07, 2004
by
Baruch Even
Committed by
David S. Miller
Sep 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TCP]: Fix some typos.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
d3b7e367
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/linux/tcp.h
include/linux/tcp.h
+1
-1
net/ipv4/tcp_output.c
net/ipv4/tcp_output.c
+1
-1
No files found.
include/linux/tcp.h
View file @
d4576fcb
...
...
@@ -271,7 +271,7 @@ struct tcp_opt {
/* RTT measurement */
__u8
backoff
;
/* backoff */
__u32
srtt
;
/* smo
thed round trip time << 3
*/
__u32
srtt
;
/* smo
othed round trip time << 3
*/
__u32
mdev
;
/* medium deviation */
__u32
mdev_max
;
/* maximal mdev for the last rtt period */
__u32
rttvar
;
/* smoothed mdev_max */
...
...
net/ipv4/tcp_output.c
View file @
d4576fcb
...
...
@@ -1097,7 +1097,7 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
/* Yeah, we have to make difficult choice between forward transmission
* and retransmission... Both ways have their merits...
*
* For now we do not retr
nams
it anything, while we have some new
* For now we do not retr
ansm
it anything, while we have some new
* segments to send.
*/
...
...
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