TF_LASTIDLE
idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
tp->t_flags |= TF_LASTIDLE;
tp->t_flags &= ~TF_LASTIDLE;