···584584 * Let's try to use the data from the packet.585585 */586586 sender->td_end = end;587587- win <<= sender->td_scale;588588- sender->td_maxwin = (win == 0 ? 1 : win);587587+ swin = win << sender->td_scale;588588+ sender->td_maxwin = (swin == 0 ? 1 : swin);589589 sender->td_maxend = end + sender->td_maxwin;590590 /*591591 * We haven't seen traffic in the other direction yet