Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h68 #define NSTACKX_MIN_SENDRATE 3 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c517 if (peerInfo->sendRate < NSTACKX_MIN_SENDRATE) { in SetDFileSessionConfig()
518 peerInfo->sendRate = NSTACKX_MIN_SENDRATE; in SetDFileSessionConfig()