From: gfree.w...@foxmail.com Date: Tue, 4 Apr 2017 21:09:48 +0800 > From: Gao Feng <f...@ikuai8.com> > > Define one new macro TCP_MAX_WSCALE instead of literal number '14', > and use U16_MAX instead of 65535 as the max value of TCP window. > There is another minor change, use rounddown(space, mss) instead of > (space / mss) * mss; > > Signed-off-by: Gao Feng <f...@ikuai8.com> > --- > v2: Correct the literal 14 in comment and log too, per Neal > v1: initial version
Applied, thank you.