This project is archived, please move to gonetx/tcp.
Detect checks if a tcp address is connectable with specific timeout.
ok, err := tcp.Detect("www.google.com:443", time.Second)
fmt.Println(ok, err)
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
This project is archived, please move to gonetx/tcp.
Detect checks if a tcp address is connectable with specific timeout.
ok, err := tcp.Detect("www.google.com:443", time.Second)
fmt.Println(ok, err)