MCPcopy Create free account
hub / github.com/Cyinx/einx / GetLastPingTime

Method GetLastPingTime

network/tcp_conn.go:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (this *TcpConn) GetLastPingTime() int64 {
178 return atomic.LoadInt64(&this.last_ping_tick)
179}
180
181func (this *TcpConn) DoPing() {
182 wrapper := &WriteWrapper{

Callers 1

PingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected