Questions about DCQCN parameters

I’m checking the DCQCN Parameter page, and I found some issues here.

  • The Increment formula seems wrong. Maybe it should be
    alpha = (DcQcnDceAlphaG/2^10)*alpha + (2^10 - DcQcnDceAlphaG) / 2^10
  • The initial value of alpha should be 2^10? I think it is worth noting here because there is a little difference from the DCQCN paper.