소스 검색

Update comment

Rod Hynes 5 년 전
부모
커밋
08fa53b83e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      psiphon/common/burst.go

+ 1 - 1
psiphon/common/burst.go

@@ -203,7 +203,7 @@ func (conn *BurstMonitoredConn) IsClosed() bool {
 
 // GetMetrics returns log fields with burst metrics for the first, last, min
 // (by rate), and max bursts for this conn. Time/duration values are reported
-// in milliseconds.
+// in milliseconds. Rate is reported in bytes per second.
 func (conn *BurstMonitoredConn) GetMetrics(baseTime time.Time) LogFields {
 	logFields := make(LogFields)