From 70b9b205b37835ed5e65e1ac6507f6822327c99d Mon Sep 17 00:00:00 2001 From: Lurker00 Date: Fri, 6 Sep 2024 12:04:02 +0300 Subject: [PATCH] Comment about SO_ORIGINAL_DST --- proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy.c b/proxy.c index 048534f..5808f7e 100644 --- a/proxy.c +++ b/proxy.c @@ -33,6 +33,7 @@ extern int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int); #endif #ifdef __linux__ + /* For SO_ORIGINAL_DST only (which is 0x50) */ #include "linux/netfilter_ipv4.h" #endif #endif