add different TCP timeouts for internal and incoming (#10090)

closes #10086
This commit is contained in:
Harshavardhana
2020-07-19 17:16:12 -07:00
committed by GitHub
parent 7764c542f2
commit e2c71717f8
3 changed files with 4 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ import (
)
// TODO: if possible implement for non-linux platforms, not a priority at the moment
func setTCPParameters(c syscall.RawConn) error {
func setInternalTCPParameters(c syscall.RawConn) error {
return nil
}