When using an identity packetmap, we used to update the next seqno
even when packets were not increasing. Not a big deal, we'd still
recover at the next sequential packet.
The first time we drop, we may already have mapped a number of
packets with the identity mapping. Insert an identity mapping
in Drop.
Also extend any existing mapping when inserting out-of-order mappings.