Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103650
b: refs/heads/master
c: 33ad798
h: refs/heads/master
v: v3
  • Loading branch information
Adam Langley authored and David S. Miller committed Jul 19, 2008
1 parent 635c5af commit 3bd7ac4
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 197 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: 49a72dfb8814c2d65bd9f8c9c6daf6395a1ec58d
refs/heads/master: 33ad798c924b4a1afad3593f2796d465040aadd5
2 changes: 2 additions & 0 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ extern atomic_t tcp_orphan_count;
extern void tcp_time_wait(struct sock *sk, int state, int timeo);

#define MAX_TCP_HEADER (128 + MAX_HEADER)
#define MAX_TCP_OPTION_SPACE 40

/*
* Never offer a window over 32767 without using window scaling. Some
Expand Down Expand Up @@ -184,6 +185,7 @@ extern void tcp_time_wait(struct sock *sk, int state, int timeo);
#define TCPOLEN_SACK_BASE_ALIGNED 4
#define TCPOLEN_SACK_PERBLOCK 8
#define TCPOLEN_MD5SIG_ALIGNED 20
#define TCPOLEN_MSS_ALIGNED 4

/* Flags in tp->nonagle */
#define TCP_NAGLE_OFF 1 /* Nagle's algo is disabled */
Expand Down
Loading

0 comments on commit 3bd7ac4

Please sign in to comment.