Question about UDP

I don’t think we have an option for “use QUIC only and don’t allow TCP”, at this point, unfortunately. STORJ_QUIC_ROLLOUT_PERCENT can be used to disable QUIC entirely (by setting it to 0), but 100 means “always try QUIC in addition to TCP”.

I like @elek’s suggestion of increasing the connection pool size so that fewer connections will be established.

1 Like