Home
last modified time | relevance | path

Searched defs:FillpFlowControl (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h99 struct FillpFlowControl { struct
100 FILLP_LLONG sendTime; /* pre send time */
102 FILLP_LLONG sendInterval; /* Real itnerval(us) * 8 */
104 FILLP_UINT32 sendRate; /* kbps */
106 FILLP_UINT32 sendRateLimit; /* Kbps, Implementing Fair Bandwidth sharing among sockets */
107 FILLP_UINT32 remainBytes;
108 FILLP_BOOL lastCycleNoEnoughData;
109 FILLP_BOOL sendOneNoData;
110 FILLP_CHAR pad[2];
111 void *fcAlg;