Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc_ut.h90 #define FILLP_DEFAULT_APP_TX_BURST 4096 /* tx burst */ macro
92 #define FILLP_DEFAULT_APP_TX_BURST 1400 /* tx burst */
H A Dpdt_fc.h179 #ifndef FILLP_DEFAULT_APP_TX_BURST
182 #define FILLP_DEFAULT_APP_TX_BURST 102400 /* tx burst */ macro
184 #define FILLP_DEFAULT_APP_TX_BURST 1400 /* tx burst */
H A Dpdt_fc_miracast.h76 #define FILLP_DEFAULT_APP_TX_BURST 44 /* tx burst */ macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c90 FILLP_DEFAULT_APP_TX_BURST, /* udp.txBurst */
132 g_appResource.udp.txBurst = FILLP_DEFAULT_APP_TX_BURST; in InitGlobalAppResourceDefault()