- sctp-iterator should run at PI_NET priority ...not 0.

MFC after:	1 week
This commit is contained in:
Randall Stewart 2007-12-18 01:24:15 +00:00
parent 8da510f8f5
commit 83073fcba3

View file

@ -96,7 +96,7 @@ sctp_iterator_thread(void *v)
while (1) {
msleep(&sctppcbinfo.iterator_running,
&sctppcbinfo.ipi_iterator_wq_mtx,
0, "waiting_for_work", 0);
PI_NET, "waiting_for_work", 0);
sctp_iterator_worker();
}
}