Update quic.c

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jarred Sumner
2025-08-04 21:12:31 -07:00
parent d1db2f469e
commit 8abae4c5ca

View File

@@ -316,12 +316,6 @@ void on_udp_socket_data(struct us_udp_socket_t *s, struct us_udp_packet_buffer_t
#ifndef UIO_MAXIOV
#define UIO_MAXIOV 1024
#ifndef _WIN32
struct mmsghdr {
struct msghdr msg_hdr; /* Message header */
unsigned int msg_len; /* Number of bytes transmitted */
};
#endif
#endif
/* Server and client packet out is identical */