Searched refs:windowSize (Results 1 – 3 of 3) sorted by relevance
119 void SetWindowSize(u16 n) { header.windowSize = n; } in SetWindowSize()124 u16 GetWindowSize(void) const { return header.windowSize; } in GetWindowSize()
62 …u16 windowSize; // Window size. Used when sending notification from the receiving side to the sen… member
66 LOG("WindowSize: %u, checksum: %u\n", windowSize, checkSum); in PrintDebugInfo()