mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
change bandwidth type from int to int64 to prevent overflow
This commit is contained in:
parent
115ba6a745
commit
2c599f8827
7 changed files with 36 additions and 34 deletions
|
@ -68,8 +68,8 @@ func (e EventOnProxyStarting) String() string {
|
|||
|
||||
type EventOnProxyConnectionOver struct {
|
||||
SnowflakeEvent
|
||||
InboundTraffic int
|
||||
OutboundTraffic int
|
||||
InboundTraffic int64
|
||||
OutboundTraffic int64
|
||||
}
|
||||
|
||||
func (e EventOnProxyConnectionOver) String() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue