From 3e3d2a947e35feeb13051da45a11e15c866954a9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 5 Aug 2024 01:24:32 +0900 Subject: [PATCH] chore: update packets.h is_quic_inital -> is_quic_initial --- packets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packets.h b/packets.h index beae78b..5ef44c4 100644 --- a/packets.h +++ b/packets.h @@ -42,4 +42,4 @@ int part_tls(char *buffer, size_t bsize, ssize_t n, long pos); //bool is_dns_req(char *buffer, size_t n); -//bool is_quic_inital(char *buffer, size_t bsize); +//bool is_quic_initial(char *buffer, size_t bsize);