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 for notifications from receiving side to sending side. member
66 LOG("WindowSize: %u, checksum: %u\n", windowSize, checkSum); in PrintDebugInfo()