You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "brbzull0 (via GitHub)" <gi...@apache.org> on 2023/02/21 11:40:04 UTC

[GitHub] [trafficserver] brbzull0 opened a new pull request, #9449: QUIC: Support active_connection_id_limit for quche impl.

brbzull0 opened a new pull request, #9449:
URL: https://github.com/apache/trafficserver/pull/9449

   with:
   ```yaml
   ts:
     quic:
       active_cid_limit_in: 10
   ```
   then:
   ```
   I00000017 0x51204e25173e688b cry remote transport_parameters active_connection_id_limit=10
   ```
   if we set less that what's accepted, then:
   ```
   ```yaml
   ts:
     quic:
       active_cid_limit_in: 1
   ```
   then:
   ```
   I00000049 0x80075250bbfc334b cry remote transport_parameters active_connection_id_limit=2
   ```
   
   fixes https://github.com/apache/trafficserver/issues/9419


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] brbzull0 merged pull request #9449: QUIC: Support active_connection_id_limit for quche impl.

Posted by "brbzull0 (via GitHub)" <gi...@apache.org>.
brbzull0 merged PR #9449:
URL: https://github.com/apache/trafficserver/pull/9449


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org