MCPcopy Create free account
hub / github.com/cppla/moto / DialLatency

Method DialLatency

controller/direct.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14func configureTCP(conn net.Conn) {
15 tcpConn, ok := conn.(*net.TCPConn)
16 if !ok {
17 return
18 }
19 _ = tcpConn.SetNoDelay(true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected