You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/twamp_control/server_greeting.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ use super::SecurityMode;
4
4
use deku::prelude::*;
5
5
use rand::random;
6
6
7
-
/// Server Greeting sent by `Server` to `Control-Client` after `Control-Client` opens up a TCP
7
+
/// Server Greeting sent by [`Server`](crate::server::Server) to [`Control-Client`](crate::control_client) after [`Control-Client`](crate::control_client) opens up a TCP
8
8
/// connection.
9
9
///
10
10
/// See details in [RFC 4656](https://datatracker.ietf.org/doc/html/rfc4656#section-3.1).
0 commit comments