0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

more debugging

This commit is contained in:
Zack Scholl 2018-06-25 06:47:37 -07:00
parent de2de7b75c
commit c70327ff82

View file

@ -324,6 +324,7 @@ func (c *Connection) runClient(serverName string) error {
go func(id int) {
defer wg.Done()
port := strconv.Itoa(27001 + id)
log.Debugf("connecting to %s", serverName+":"+port)
connection, err := net.Dial("tcp", serverName+":"+port)
if err != nil {
if serverName == "cowyo.com" {