MCPcopy Create free account
hub / github.com/Hidden-Node/GooseRelayVPN-AndroidClient / FirstQueuedAt

Method FirstQueuedAt

internal/session/session.go:230–234  ·  view source on GitHub ↗

FirstQueuedAt returns the timestamp of the oldest frame waiting to be sent.

()

Source from the content-addressed store, hash-verified

228
229// FirstQueuedAt returns the timestamp of the oldest frame waiting to be sent.
230func (s *Session) FirstQueuedAt() time.Time {
231 s.mu.Lock()
232 defer s.mu.Unlock()
233 return s.firstQueuedAt
234}
235
236// IsDone reports whether both FIN frames (sent and received) have flowed,
237// OR whether we sent our FIN but the peer's FIN never arrived within

Callers 2

drainAllMethod · 0.80
drainAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected