]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/internal/qlog_events.h
QLOG: Events: Implement transport:packet_received
[thirdparty/openssl.git] / include / internal / qlog_events.h
CommitLineData
c127e764
HL
1/*
2 * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
4cecbc54 9QLOG_EVENT(connectivity, connection_started)
8fbac4d7 10QLOG_EVENT(connectivity, connection_state_updated)
a0a3a949 11QLOG_EVENT(connectivity, connection_closed)
da6a9a2e 12QLOG_EVENT(transport, parameters_set)
fff66adf 13QLOG_EVENT(transport, packet_sent)
5849dbe5 14QLOG_EVENT(transport, packet_received)
faf0912a 15QLOG_EVENT(recovery, packet_lost)