Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_cookie.h49 FILLP_UINT32 remoteRecvCache; /* client recv from server cache, same as server send cache */ member
71 FILLP_UINT32 remoteRecvCache; /* client recv from server cache, same as server send cache */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c573 maxSendCache = UTILS_MIN(maxSendCache, confirm->cookieContent.remoteRecvCache); in FillpInitNewConnByConfirm()
1908 stateCookie->remoteRecvCache = req->recvCache; in FillpGenerateCookie()