Ils vont bien évidement inclure la gestion de congestion dans le protocole. Et puisqu'ils sont pas con, ils vont faire que ca marche de manière équitable avec TCP.
UDP doesn’t have congestion control, so won’t QUIC cause Internet collapse if widely adopted?
QUIC employs congestion controls, just as it employs automatic retransmission to support reliable transport. QUIC will attempt to be fair with competing TCP traffic. For instance, when conveying Q multiplexed flows, and sharing bandwidth with T concurrent TCP flows, we will try to use resources in the range of Q / (Q+T) bandwidth (i.e., "a fair share" for Q additional flows).
[^] # Re: UDP et la congestion
Posté par ckyl . En réponse au journal Google veut réduire la latence sur Internet avec QUIC. Évalué à 10.
Ils vont bien évidement inclure la gestion de congestion dans le protocole. Et puisqu'ils sont pas con, ils vont faire que ca marche de manière équitable avec TCP.