Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
(this *TcpConn) GetLastPingTime() int64 {
178
return
atomic.LoadInt64(&this.last_ping_tick)
179
}
180
181
func
(this *TcpConn) DoPing() {
182
wrapper := &WriteWrapper{
Callers
1
Ping
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected