Skip to content

Commit

Permalink
bootstrap time should not be omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jul 2, 2024
1 parent 3063d6e commit 03e533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/openvpn/openvpn.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type TestKeys struct {
NetworkEvents []*vpntracex.Event `json:"network_events"`
TCPConnect []*model.ArchivalTCPConnectResult `json:"tcp_connect,omitempty"`
OpenVPNHandshake []*model.ArchivalOpenVPNHandshakeResult `json:"openvpn_handshake"`
BootstrapTime float64 `json:"bootstrap_time,omitempty"`
BootstrapTime float64 `json:"bootstrap_time"`
Tunnel string `json:"tunnel"`
Failure *string `json:"failure"`
}
Expand Down

0 comments on commit 03e533f

Please sign in to comment.