svn commit: r184864 -
user/kmacy/HEAD_fast_multi_xmit/sys/netinet
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Nov 13 01:26:03 PST 2008
On Wed, 12 Nov 2008, Robert Watson wrote:
>
> On Wed, 12 Nov 2008, Kip Macy wrote:
>
>> - if (tp->t_maxopd <= mss)
>> - return (inp);
>> - tcp_output_send(tp);
>> +
>> + if ((tp->t_flags & TF_RECURSE) == 0) {
>> + tp->t_flags |= TF_RECURSE;
>> + tcp_output_send(tp);
>> + tp->t_flags &= ~TF_RECURSE;
>> + }
>
> Perhaps TF_DONTRECURSE? I find the current polarity slightly confusing.
Well, the real hope is that I find some time and actually find the
real solution to what I had broken, and stop it recusing at all.
--
Bjoern A. Zeeb Stop bit received. Insert coin for new game.
More information about the svn-src-user
mailing list