Home
last modified time | relevance | path

Searched refs:NSTACKX_ERROR_INTERVAL_S (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_smartgenius.c46 #define NSTACKX_ERROR_INTERVAL_S 5 // 5s macro
205 if (g_lastErrorTimeS > 0 && (currErrorTimeS - g_lastErrorTimeS < NSTACKX_ERROR_INTERVAL_S)) { in NetlinkErrorHandle()