mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 13:36:54 +02:00
fixed comment typo
This commit is contained in:
parent
5e524a2569
commit
b49d8b3dea
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ pub enum ReceiveResult<'a, 'b, Application: ApplicationLayer> {
|
|||
///
|
||||
/// A FIPS/NIST compliant variant of Noise_XK with hybrid Kyber1024 PQ data forward secrecy.
|
||||
pub struct Session<'a, Application: ApplicationLayer> {
|
||||
/// The receive vontext associated with this session,
|
||||
/// The receive context associated with this session,
|
||||
/// only this context can receive messages from the remote peer.
|
||||
/// **Read-only**.
|
||||
pub context: &'a Context<'a, Application>,
|
||||
|
|
Loading…
Add table
Reference in a new issue