mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
This migrates from using `atomic.LoadInt64` on `int64` to making the `clients` field itself `atomic.Int64`. Also `count` now takes `*tokens_t` by reference, which fixes a linter warning. It's not clear to me why it warned about this, but I simplified it anyway. |
||
---|---|---|
.. | ||
metrics.go | ||
proxy-go_test.go | ||
pt_event_logger.go | ||
pt_event_metrics.go | ||
snowflake.go | ||
tokens.go | ||
tokens_test.go | ||
util.go | ||
webrtcconn.go |