updated comment

This commit is contained in:
mamoniot 2022-12-27 22:02:25 -05:00
parent d3d7cc1a3c
commit eab4c3db3c

View file

@ -82,7 +82,7 @@ pub enum ReceiveResult<'a, H: ApplicationLayer> {
OkNewSession(Session<H>),
/// Packet superficially appears valid but was ignored e.g. as a duplicate.
/// IMPORTANT: Authentication was not completed on this packet, so for the most part treat this the same as an Error::FailedAuthentication
/// IMPORTANT: This pack was not authenticated, so for the most part treat this the same as an Error::FailedAuthentication
Ignored,
}