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 _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
