mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 21:13:44 +02:00
updated comment
This commit is contained in:
parent
d3d7cc1a3c
commit
eab4c3db3c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue