SetTruncated should be called if during decoding you notice that a packet is shorter than internal layer variables (HeaderLength, or the like) say it should be. It sets packet.Metadata().Truncated.
()
| 16 | // is shorter than internal layer variables (HeaderLength, or the like) say it |
| 17 | // should be. It sets packet.Metadata().Truncated. |
| 18 | SetTruncated() |
| 19 | } |
| 20 | |
| 21 | type nilDecodeFeedback struct{} |
no outgoing calls
no test coverage detected