Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DoTCPProbe (0.07 sec)

  1. pkg/probe/tcp/tcp.go

    	return DoTCPProbe(net.JoinHostPort(host, strconv.Itoa(port)), timeout)
    }
    
    // DoTCPProbe checks that a TCP socket to the address can be opened.
    // If the socket can be opened, it returns Success
    // If the socket fails to open, it returns Failure.
    // This is exported because some other packages may want to do direct TCP probes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 16:57:41 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top