cloverstd / tcping

ping over a tcp connection
MIT License
803 stars 163 forks source link

net.Dial is not a real dial #10

Closed wweir closed 5 years ago

wweir commented 5 years ago

The dial is a lazy dial, it will not build a real TCP connection before something transfer through it. So that, it should send something in TCP ping test.