Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41899
b: refs/heads/master
c: 2ff52f2
h: refs/heads/master
i:
  41897: def9790
  41895: 6e6e261
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Dec 3, 2006
1 parent 731a414 commit 1b577c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d0dbc4a9b2d325458dcbf9a8329bd1d2cc7bd7e
refs/heads/master: 2ff52f282cf287d60e9eda1f3b5ec83e00a86130
5 changes: 2 additions & 3 deletions trunk/include/linux/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req)
struct tcp_sock {
/* inet_connection_sock has to be the first member of tcp_sock */
struct inet_connection_sock inet_conn;
int tcp_header_len; /* Bytes of tcp header to send */
u16 tcp_header_len; /* Bytes of tcp header to send */
u16 xmit_size_goal; /* Goal for segmenting output packets */

/*
* Header prediction flags
Expand Down Expand Up @@ -268,8 +269,6 @@ struct tcp_sock {
__u32 snd_wnd; /* The window we expect to receive */
__u32 max_window; /* Maximal window ever seen from peer */
__u32 mss_cache; /* Cached effective mss, not including SACKS */
__u16 xmit_size_goal; /* Goal for segmenting output packets */
/* XXX Two bytes hole, try to pack */

__u32 window_clamp; /* Maximal window to advertise */
__u32 rcv_ssthresh; /* Current window clamp */
Expand Down

0 comments on commit 1b577c2

Please sign in to comment.