Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150117
b: refs/heads/master
c: 7aedec2
h: refs/heads/master
i:
  150115: a35c412
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed May 7, 2009
1 parent e72e3ab commit eac8726
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f5f8d86b231e0489c33542c42afbb14d32411ee8
refs/heads/master: 7aedec2ad5314b173e78ca3f4edb4ceaa02248bb
3 changes: 2 additions & 1 deletion trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,8 @@ static inline int tcp_prequeue(struct sock *sk, struct sk_buff *skb)

tp->ucopy.memory = 0;
} else if (skb_queue_len(&tp->ucopy.prequeue) == 1) {
wake_up_interruptible(sk->sk_sleep);
wake_up_interruptible_poll(sk->sk_sleep,
POLLIN | POLLRDNORM | POLLRDBAND);
if (!inet_csk_ack_scheduled(sk))
inet_csk_reset_xmit_timer(sk, ICSK_TIME_DACK,
(3 * TCP_RTO_MIN) / 4,
Expand Down

0 comments on commit eac8726

Please sign in to comment.