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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to