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