Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/net/dcsctp/packet/chunk/
H A Dsack_chunk.h38 struct GapAckBlock { struct
39 GapAckBlock(uint16_t start, uint16_t end) : start(start), end(end) {} in GapAckBlock() argument
44 bool operator==(const GapAckBlock& other) const { argument