Files
VerseVDI-Data-Plane/gateway/qualification_socket_other_test.go
T
sechmachine a0ca194691
Verify Data Plane / gateway (push) Failing after 3m12s
test(gateway): freeze v8 qualification harness
2026-08-09 17:50:02 +07:00

12 lines
312 B
Go

//go:build !darwin && !linux
package gateway
import "net"
func qualificationProcessCPUSeconds() float64 { return -1 }
func qualificationProviderVideoSocketDiagnostics(*net.UDPConn) (receiveBuffer int, receiveBufferAvailable bool, kernelDrops uint64, kernelDropsAvailable bool) {
return 0, false, 0, false
}