Skip to content

Commit

Permalink
add "dtn" congestion control algorithm that does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
kota-yata committed Jul 20, 2024
1 parent 8bebb4d commit c23e692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/http3_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ async def main(
if args.dtn:
configuration.idle_timeout = 1000000
configuration.initial_rtt = 1000000
configuration.congestion_control_algorithm = 'dtn'

# load SSL certificate and key
if args.certificate is not None:
Expand Down

0 comments on commit c23e692

Please sign in to comment.