From 38638382c8f3dc2523468f0c54014f4fdf0aa38f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 29 Aug 2022 01:33:50 +0200 Subject: Drop unused UDP_UDPDATALEN macro --- src/udp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udp.h b/src/udp.h index 47f4ed3..3883e87 100644 --- a/src/udp.h +++ b/src/udp.h @@ -37,7 +37,6 @@ #include "socket.h" #define UDP_TTL 0x60 -#define UDP_UDPDATALEN 16192 /* * Udp protocol header. -- cgit v1.1