Add missing TCP timeout stubs for TinyGo
All checks were successful
TinyGo Build / tinygo-build-all (push) Successful in 2m39s
All checks were successful
TinyGo Build / tinygo-build-all (push) Successful in 2m39s
This commit is contained in:
@@ -14,3 +14,12 @@ import (
|
|||||||
func platformGetRTT(fd uintptr) time.Duration {
|
func platformGetRTT(fd uintptr) time.Duration {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (tc *TCPClientInterface) setTimeoutsLinux() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (tc *TCPClientInterface) setTimeoutsOSX() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user