()
| 275 | rxErr error |
| 276 | |
| 277 | // stallSince is when rxSeq became blocked on a missing sequence (zero if not). |
| 278 | // Placed among the pointer fields so time.Time's *Location does not extend the |
| 279 | // struct's pointer-scan region. |
| 280 | stallSince time.Time |
| 281 | |
| 282 | connID string |
nothing calls this directly
no test coverage detected