2023-08-24 01:14:40 +08:00
|
|
|
/*
|
2024-03-20 20:07:54 +08:00
|
|
|
* Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
|
2023-08-24 01:14:40 +08:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
|
|
|
*/
|
2023-09-08 19:21:47 +08:00
|
|
|
QLOG_EVENT(connectivity, connection_started)
|
2023-09-08 19:43:04 +08:00
|
|
|
QLOG_EVENT(connectivity, connection_state_updated)
|
2023-09-08 20:07:04 +08:00
|
|
|
QLOG_EVENT(connectivity, connection_closed)
|
2023-09-08 19:53:02 +08:00
|
|
|
QLOG_EVENT(transport, parameters_set)
|
2023-09-08 20:58:41 +08:00
|
|
|
QLOG_EVENT(transport, packet_sent)
|
2023-09-08 21:10:06 +08:00
|
|
|
QLOG_EVENT(transport, packet_received)
|
2023-09-08 20:32:17 +08:00
|
|
|
QLOG_EVENT(recovery, packet_lost)
|