BANalyzerContents

data flow control

Data flow control is used in order to avoid receiver congestion. Most implementations let the sender wait until the receiver indicates that the sender may transmit the next frame. Some implementations allow to specify a window size which indicates the number of frames that can be sent without acknowledgment being necessary for each single frame.


BANalyzerContents