Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15589
b: refs/heads/master
c: 6742bbc
h: refs/heads/master
i:
  15587: ead1a3a
v: v3
  • Loading branch information
Andrea Bittau authored and Arnaldo Carvalho de Melo committed Jan 4, 2006
1 parent 4f215f1 commit d17ed91
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 40efc6fa179f440a008333ea98f701bc35a1f97f
refs/heads/master: 6742bbcbb8a0959e1dff0ce055768e3217d9967a
6 changes: 3 additions & 3 deletions trunk/net/dccp/ackvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void dccp_ackvec_print(const struct dccp_ackvec *av)
}
#endif

static void dccp_ackvec_trow_away_ack_record(struct dccp_ackvec *av)
static void dccp_ackvec_throw_away_ack_record(struct dccp_ackvec *av)
{
/*
* As we're keeping track of the ack vector size (dccpav_vec_len) and
Expand Down Expand Up @@ -326,7 +326,7 @@ void dccp_ackvec_check_rcv_ackno(struct dccp_ackvec *av, struct sock *sk,
debug_prefix, 1,
(unsigned long long)av->dccpav_ack_seqno,
(unsigned long long)av->dccpav_ack_ackno);
dccp_ackvec_trow_away_ack_record(av);
dccp_ackvec_throw_away_ack_record(av);
av->dccpav_ack_seqno = DCCP_MAX_SEQNO + 1;
}
}
Expand Down Expand Up @@ -389,7 +389,7 @@ static void dccp_ackvec_check_rcv_ackvector(struct dccp_ackvec *av,
av->dccpav_ack_seqno,
(unsigned long long)
av->dccpav_ack_ackno);
dccp_ackvec_trow_away_ack_record(av);
dccp_ackvec_throw_away_ack_record(av);
}
/*
* If dccpav_ack_seqno was not received, no problem
Expand Down

0 comments on commit d17ed91

Please sign in to comment.