This commit is contained in:
2025-07-06 00:09:14 -05:00
parent cb402e2bb6
commit 6e87fc9bcd
4 changed files with 12 additions and 13 deletions

View File

@@ -11,4 +11,4 @@ import (
// Default implementation for non-Linux platforms
func platformGetRTT(fd uintptr) time.Duration {
return 0
}
}

View File

@@ -29,4 +29,4 @@ func platformGetRTT(fd uintptr) time.Duration {
// RTT is in microseconds, convert to Duration
return time.Duration(info.Rtt) * time.Microsecond
}
}