mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
- sctp-iterator should run at PI_NET priority ...not 0.
MFC after: 1 week
This commit is contained in:
parent
8da510f8f5
commit
83073fcba3
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue