ACK-as-Request
Definition
The semantic inversion at the core of Stateless TCP: treating the TCP acknowledgement not as a control signal confirming receipt, but as the request itself. An incoming ACK with a given sequence number implicitly requests the next block of data, allowing the server to respond without maintaining any record of where the client "is" in the stream.
Sources