TCP/IP Basics

Window Size

English

Overview

A TCP value indicating how much data can be sent without waiting for acknowledgment.

Details

A value indicating how much data the receiving side can accept at once. Used for flow control, balancing communication efficiency against preventing buffer overflow. The TCP header field is only 16 bits, so it caps out at 65535 bytes on its own, but the window scale option lets it extend well beyond that.

More Networking terms