Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203611
b: refs/heads/master
c: f86586f
h: refs/heads/master
i:
  203609: 67bc103
  203607: fbdbaaa
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jul 16, 2010
1 parent 0959e6c commit ee2aa77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 6ce28c6f55fe636c322ea909794cf19b20ef4b6b
refs/heads/master: f86586fa48a94c7a9c7f36650a2e0e4a947881c9
9 changes: 4 additions & 5 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,10 @@ extern u32 __tcp_select_window(struct sock *sk);
#define TCPHDR_CWR 0x80

/* This is what the send packet queuing engine uses to pass
* TCP per-packet control information to the transmission
* code. We also store the host-order sequence numbers in
* here too. This is 36 bytes on 32-bit architectures,
* 40 bytes on 64-bit machines, if this grows please adjust
* skbuff.h:skbuff->cb[xxx] size appropriately.
* TCP per-packet control information to the transmission code.
* We also store the host-order sequence numbers in here too.
* This is 44 bytes if IPV6 is enabled.
* If this grows please adjust skbuff.h:skbuff->cb[xxx] size appropriately.
*/
struct tcp_skb_cb {
union {
Expand Down

0 comments on commit ee2aa77

Please sign in to comment.