move platformGetRTT implementation to tcp_common.go for non-Linux platforms
This commit is contained in:
@@ -39,7 +39,4 @@ func (tc *TCPClientInterface) setTimeoutsWindows() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func platformGetRTT(fd uintptr) time.Duration {
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user