Searched refs:windowSize (Results 1 – 3 of 3) sorted by relevance
121 void SetWindowSize(u16 n) { header.windowSize = n; } in SetWindowSize()126 u16 GetWindowSize(void) const { return header.windowSize; } in GetWindowSize()
64 u16 windowSize; // Window size Used for notifications from receiving side to sending side. member
68 LOG("WindowSize: %u, checksum: %u\n", windowSize, checkSum); in PrintDebugInfo()