> For the complete documentation index, see [llms.txt](https://http3-explained.haxx.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://http3-explained.haxx.se/ro/why-quic/why-latency.md).

# Timp de așteptare redus

QUIC oferă handshake-uri 0-RTT și 1-RTT care reduc timpul necesar negocierii și stabilirii unei noi conexiuni. În comparație, TCP folosește un handshake în trei pași.

În plus, QUIC oferă suport pentru "informații din timp", care îi dau posibilitatea să transmită mai multe informații și este folosit mult mai ușor decât TCP Fast Open.

Folosindu-se conceptul de fluxuri, o nouă conexiune logică poate fi deschisă către același host fără a fi nevoie să se aștepte terminarea uneia existente.

## TCP Fast Open este problematic

TCP Fast Open a fost publicat ca [RFC 7413](https://tools.ietf.org/html/rfc7413) în decembrie 2014, iar specificația descrie cum pot programele transmite informații către un server, livrându-le deja în primul pachet TCP SYN.

Implementarea acestei componente în realitate a durat mult timp și este plină de probleme, chiar și acum în 2018. Cei care implementează specificația TCP au avut probleme și, astfel, și programele care încearcă să folosească această funcționalitate au avut la fel - în primul rând în a ști ce sisteme de operare să activeze și apoi cum să anuleze schimbările atunci când au apărut probleme. Au fost identificate câteva rețele care au interferat cu traficul TCP Fast Open, stricând, deci, permanent, astfel de TCP handshakes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://http3-explained.haxx.se/ro/why-quic/why-latency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
