File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
third-party/wangle/src/wangle/acceptor Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ struct ProtocolInfo {
4949};
5050
5151/* *
52- * A struct that can store additional information specific to the security
53- * protocol being used (TLS, other encryption, etc.).
52+ * A struct that can store additional information for security
53+ * (e.g. additional fingerprints and signals)
5454 */
55- struct SecurityProtocolInfo {
56- virtual ~SecurityProtocolInfo () = default ;
55+ struct SecurityInfo {
56+ virtual ~SecurityInfo () = default ;
5757};
5858
5959struct TransportInfo {
@@ -296,7 +296,7 @@ struct TransportInfo {
296296 /*
297297 * Additional security protocol information, not guaranteed to be present
298298 */
299- std::shared_ptr<SecurityProtocolInfo> securityProtocolInfo {nullptr };
299+ std::shared_ptr<SecurityInfo> securityInfo {nullptr };
300300
301301 /*
302302 * time used to get a usable connection.
You can’t perform that action at this time.
0 commit comments