Home | History | Annotate | Download | only in http

Lines Matching refs:tc

3216 	tc, err := ln.AcceptTCP()
3220 tc.SetKeepAlive(true)
3221 tc.SetKeepAlivePeriod(3 * time.Minute)
3222 return tc, nil