0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-07-05 05:24:08 +00:00

Comment about SO_ORIGINAL_DST

This commit is contained in:
Lurker00 2024-09-06 12:04:02 +03:00
parent 62a4234f73
commit 70b9b205b3

View File

@ -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