From: Vlad Yasevich ... > > + if (inflight != 0) > > + /* Nothing unacked */ > > + return SCTP_XMIT_OK; > > This doesn't look right. First, the comment doesn't match the condition. > Second, when we have stuff in-flight we might be affected be Nagle. Thus, > I think the condition should be: > if (!inflight) > > Then the commend and logic holds. Gah, I accidentally inverted the condition :-( I changed it to a an explicit comparison because 'inflight' is actually the number of bytes that are unacked. I'll repost the series later in the week. David -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html