thorpej 489d6d0e46 Reverse the stopgap change made in revision 1.29:
date: 1998/08/01 01:47:24;  author: thorpej;  state: Exp;  lines: +18 -8
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context.  Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.

The problem has been addressed by letting the drain'able protocols use
a locking scheme to prevent queue corruption.
1998-12-18 21:40:14 +00:00
..
1998-12-10 16:44:16 +00:00
1998-12-10 16:44:16 +00:00
1998-12-10 15:07:01 +00:00
1998-12-10 15:07:01 +00:00
1998-11-09 01:18:34 +00:00
1998-12-10 15:07:01 +00:00
1998-12-10 15:07:01 +00:00