Jack Morgenstein wrote: > - if (newwin < mad_send_wr->newwin || seg_num < mad_send_wr->last_ack) > + if (newwin < mad_send_wr->newwin || seg_num <= mad_send_wr->last_ack) > goto out; /* Old ACK */ This would drop ACKs that are only updating the new window. - Sean