#include <nitroWiFi/cps.h>
void CPS_SetSslHandshakePriority(u32 new_prio);
new_prio |
Priority level |
None.
Sets the execution priority to use during SSL handshaking for portions that take a long time to calculate (several hundred milliseconds). If an invalid value outside the range of 0 through 31 is set, the priority level during handshakes does not changed.
This function can be executed with or without initializing the CPS library.
Does not block.
11/09/2005 Initial version.