forked from quic-go/quic-go
* handshake: store key update interval in an atomic We recently changed the way the key update interval is set in tests to use an environment variable. This resolved a race condition that existed in the earlier logic, however, parsing of the environment variable now shows up in benchmark tests. Using an atomic variable should have a negligible performance impact. * use an atomic swap