MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp_set_rwnd

Function sctp_set_rwnd

freebsd/netinet/sctp_indata.c:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 struct sctp_tmit_chunk *chk, int hold_rlock);
70
71void
72sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc)
73{
74 asoc->my_rwnd = sctp_calc_rwnd(stcb, asoc);
75}
76
77/* Calculate what the rwnd would be */
78uint32_t

Callers 3

sctp_send_sackFunction · 0.85
sctp_process_dataFunction · 0.85

Calls 1

sctp_calc_rwndFunction · 0.85

Tested by

no test coverage detected