Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275659
b: refs/heads/master
c: 6d67e9b
h: refs/heads/master
i:
  275657: 2032d26
  275655: 050f9fd
v: v3
  • Loading branch information
Feng King authored and David S. Miller committed Nov 8, 2011
1 parent 2560cb5 commit ab3eb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 59caa5612ce916c4902c753aa61429eb76ac2b21
refs/heads/master: 6d67e9beb68bc6712b042c9723cecc87dc8e3f4c
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ static inline int tcp_minshall_check(const struct tcp_sock *tp)
/* Return 0, if packet can be sent now without violation Nagle's rules:
* 1. It is full sized.
* 2. Or it contains FIN. (already checked by caller)
* 3. Or TCP_NODELAY was set.
* 3. Or TCP_CORK is not set, and TCP_NODELAY is set.
* 4. Or TCP_CORK is not set, and all sent packets are ACKed.
* With Minshall's modification: all sent small packets are ACKed.
*/
Expand Down

0 comments on commit ab3eb22

Please sign in to comment.