You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the T2 nano aws instances are one core machines (and we are already using it for signature verification). According to this presentation QUIC can be 2x more CPU demanding than TCP. https://www.youtube.com/watch?v=B1SQFjIXJtc#t=25m53s
Also QUIC is encrypted by default.
Update:
After playing with the AcceptCookie callback I managed to decrease the performance hit to 3x of UDP network for 500 nodes.
Add a QUIC network implementation to Handel.
The text was updated successfully, but these errors were encountered: