Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214809
b: refs/heads/master
c: 1b9f409
h: refs/heads/master
i:
  214807: fb7f633
v: v3
  • Loading branch information
stephen hemminger authored and David S. Miller committed Sep 30, 2010
1 parent 409a413 commit 8e90e4c
Show file tree
Hide file tree
Showing 3 changed files with 2 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: a64de47c091e4a337fa9763315cb6f2fbf0c583b
refs/heads/master: 1b9f409293529da4630bfc5d6d8e7d7451a6ccb5
2 changes: 0 additions & 2 deletions trunk/include/net/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ static inline void tcp_dec_quickack_mode(struct sock *sk,
}
}

extern void tcp_enter_quickack_mode(struct sock *sk);

#define TCP_ECN_OK 1
#define TCP_ECN_QUEUE_CWR 2
#define TCP_ECN_DEMAND_CWR 4
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static void tcp_incr_quickack(struct sock *sk)
icsk->icsk_ack.quick = min(quickacks, TCP_MAX_QUICKACKS);
}

void tcp_enter_quickack_mode(struct sock *sk)
static void tcp_enter_quickack_mode(struct sock *sk)
{
struct inet_connection_sock *icsk = inet_csk(sk);
tcp_incr_quickack(sk);
Expand Down

0 comments on commit 8e90e4c

Please sign in to comment.