mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
Fix: typo (#287)
This commit is contained in:
parent
b2c4101dae
commit
ee73eb6f7a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ func (p *Proxy) DelayHistory() []C.DelayHistory {
|
|||
return histories
|
||||
}
|
||||
|
||||
// LastDelay return last history record. if proxy is not alive, return the max value of int16.
|
||||
// LastDelay return last history record. if proxy is not alive, return the max value of uint16.
|
||||
func (p *Proxy) LastDelay() (delay uint16) {
|
||||
var max uint16 = 0xffff
|
||||
if !p.alive {
|
||||
|
|
Loading…
Add table
Reference in a new issue