mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 22:31:53 +08:00
change variable name
This commit is contained in:
@@ -89,9 +89,9 @@ func outletSetConfig(resp http.ResponseWriter, req *http.Request) {
|
||||
}
|
||||
|
||||
func GetTCPCapturePacketRate() float64 {
|
||||
return catpurePacketRate.tcpTPR
|
||||
return catpurePacketRate.tcpCPR
|
||||
}
|
||||
|
||||
func GetMysqlCapturePacketRate() float64 {
|
||||
return catpurePacketRate.mysqlTPR
|
||||
return catpurePacketRate.mysqlCPR
|
||||
}
|
Reference in New Issue
Block a user