From: Xin Long <lucien....@gmail.com> Date: Sat, 25 Nov 2017 21:18:33 +0800
> Now when abandoning chunks in prsctp, it doesn't consider for frags in > one msg, which would cause peer can never receive the whole frags for > one msg to get them reassembled, these pieces of this msg will stay in > the reasm queue forever and block the following chunks' receiving. > > This patchset is to fix them in patch 2 and 3, and also fix another > issue for prsctp in patch 1. Series applied, thank you.