This commit is contained in:
Adam Ierymenko 2022-12-27 13:03:53 -05:00
parent 234e0ea0ee
commit ebebb7c32f

View file

@ -78,7 +78,7 @@ pub enum ReceiveResult<'a, H: ApplicationLayer> {
/// Packet is valid and a new session was created.
///
/// The session will have already been gated by the accept_new_session() method in the Host trait.
/// The session will have already been gated by the accept_new_session() method in ApplicationLayer.
OkNewSession(Session<H>),
/// Packet appears valid but was ignored e.g. as a duplicate.