Rod Hynes 9 лет назад
Родитель
Сommit
42e7baa009
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/serverApi.go

+ 1 - 1
psiphon/serverApi.go

@@ -614,7 +614,7 @@ func RecordTunnelStats(
 		SessionId                string `json:"session_id"`
 		TunnelNumber             int64  `json:"tunnel_number"`
 		TunnelServerIpAddress    string `json:"tunnel_server_ip_address"`
-		EstablishmentDuration    string `json:"establishmentDuration"`
+		EstablishmentDuration    string `json:"establishment_duration"`
 		ServerHandshakeTimestamp string `json:"server_handshake_timestamp"`
 		Duration                 string `json:"duration"`
 		TotalBytesSent           int64  `json:"total_bytes_sent"`