Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286684
b: refs/heads/master
c: a42b479
h: refs/heads/master
v: v3
  • Loading branch information
Vijay Subramanian authored and David S. Miller committed Jan 22, 2012
1 parent 3430861 commit 56a3c12
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: 803143fbda719106017309d551d082e4b4e7c8c3
refs/heads/master: a42b4799c683723e8c464de4026af085b2ebd5fa
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_netem.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static int netem_enqueue(struct sk_buff *skb, struct Qdisc *sch)

cb = netem_skb_cb(skb);
if (q->gap == 0 || /* not doing reordering */
q->counter < q->gap || /* inside last reordering gap */
q->counter < q->gap - 1 || /* inside last reordering gap */
q->reorder < get_crandom(&q->reorder_cor)) {
psched_time_t now;
psched_tdiff_t delay;
Expand Down

0 comments on commit 56a3c12

Please sign in to comment.