github.com/Asutorufa/yuhaiin@v0.3.6-0.20240502055049-7984da7023a0/pkg/net/latency/tcpcl_test.go (about)

     1  package latency
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestTCPDelay(t *testing.T) {
     8  	t.Log(TCPConnectLatency("www.baidu.com", "443"))
     9  	t.Log(TCPConnectLatency("www.google.com", "443"))
    10  }