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
719c06b8
Commit
719c06b8
authored
Apr 21, 2004
by
Stephen Hemminger
Committed by
David S. Miller
Apr 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TCP]: Better packing of frto fields into tcp_opt.
parent
a9e8c907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
include/linux/tcp.h
include/linux/tcp.h
+4
-3
No files found.
include/linux/tcp.h
View file @
719c06b8
...
...
@@ -255,6 +255,10 @@ struct tcp_opt {
__u8
retransmits
;
/* Number of unrecovered RTO timeouts. */
__u8
reordering
;
/* Packet reordering metric. */
__u8
frto_counter
;
/* Number of new acks after RTO */
__u32
frto_highmark
;
/* snd_nxt when RTO occurred */
__u8
unused_pad
;
__u8
queue_shrunk
;
/* Write queue has been shrunk recently.*/
__u8
defer_accept
;
/* User waits for some data after accept() */
...
...
@@ -370,9 +374,6 @@ struct tcp_opt {
unsigned
int
keepalive_intvl
;
/* time interval between keep alive probes */
int
linger2
;
int
frto_counter
;
/* Number of new acks after RTO */
__u32
frto_highmark
;
/* snd_nxt when RTO occurred */
unsigned
long
last_synq_overflow
;
/* TCP Westwood structure */
...
...
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