()
| 272 | // rxErr is the sticky reassembly failure: overflow and stall both mean a gap |
| 273 | // that will never close, so every later ReadRaw repeats the same verdict |
| 274 | // rather than letting retries grow pending without bound. |
| 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. |
nothing calls this directly
no test coverage detected