Module webrtc_sctp::util::buffer[][src]

Structs

Buffer

A Buffer wraps a Vec and provides a means of tracking the total byte usage of certain classes of data. This is used to determine our receiver window, among other things.

BufferTracker