mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-08 05:23:44 +02:00
updated comment
This commit is contained in:
parent
2233f8c535
commit
a2b3c780bb
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ pub trait ApplicationLayer: Sized {
|
||||||
/// an old attempt to establish a session, and may even have been replayed by an adversary. If your use-case
|
/// an old attempt to establish a session, and may even have been replayed by an adversary. If your use-case
|
||||||
/// needs uniqueness for reliability or security, consider either including a timestamp in the metadata, or
|
/// needs uniqueness for reliability or security, consider either including a timestamp in the metadata, or
|
||||||
/// sending the metadata as an extra transport packet after the session is fully established.
|
/// sending the metadata as an extra transport packet after the session is fully established.
|
||||||
|
/// It is guaranteed they will be unique for at least the lifetime of the returned session.
|
||||||
fn accept_new_session(
|
fn accept_new_session(
|
||||||
&self,
|
&self,
|
||||||
receive_context: &ReceiveContext<Self>,
|
receive_context: &ReceiveContext<Self>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue