// increas priority to keep the key exchange alive
DosSetPriority( PRTYS_PROCESS, PRTYC_FOREGROUNDSERVER , 0, ppib->pib_ulpid);
I remember various discussions about priority settings in different groups and I wonder if
this is really needed for wpa_supplicant. Guess no.
On Sat, 17 Nov 2018 15:53:55 UTC, "Andi B." <andi.b@gmx.net> wrote:
Hi Andi,
// increas priority to keep the key exchange alive
DosSetPriority( PRTYS_PROCESS, PRTYC_FOREGROUNDSERVER , 0, ppib->pib_ulpid);
I remember various discussions about priority settings in different groups and I wonder if
this is really needed for wpa_supplicant. Guess no.
The usual answer is that it depends. If other compute bound threads
running at the same priority could chew up enough CPU time to cause
the app to fail, running the app at a higher priority can be a
solution.
I don't know what the timing requirements are for the key exchange
protocol. To my way of thinking, they would have to be rather small
to require running the supplicant at a high priority.
Steven
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 445 |
Nodes: | 16 (0 / 16) |
Uptime: | 114:02:23 |
Calls: | 9,209 |
Calls today: | 8 |
Files: | 13,483 |
Messages: | 6,054,654 |