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:
parent
62a4234f73
commit
70b9b205b3
1
proxy.c
1
proxy.c
@ -33,6 +33,7 @@
|
|||||||
extern int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int);
|
extern int accept4(int, struct sockaddr *__restrict, socklen_t *__restrict, int);
|
||||||
#endif
|
#endif
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
/* For SO_ORIGINAL_DST only (which is 0x50) */
|
||||||
#include "linux/netfilter_ipv4.h"
|
#include "linux/netfilter_ipv4.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user