Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
Dfillp_pcb.h92 struct FillpFlowControl { struct
93 FILLP_LLONG sendTime; /* pre send time */
95 FILLP_LLONG sendInterval; /* Real itnerval(us) * 8 */
97 FILLP_UINT32 sendRate; /* kbps */
99 FILLP_UINT32 sendRateLimit; /* Kbps, Implementing Fair Bandwidth sharing among sockets */
100 FILLP_UINT32 remainBytes;
101 FILLP_BOOL lastCycleNoEnoughData;
102 FILLP_BOOL sendOneNoData;
103 FILLP_CHAR pad[2];
104 void *fcAlg;