mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 07:33:25 +00:00
Added option ip-transparent (socket option IP_TRANSPARENT)
This commit is contained in:
parent
e765898d38
commit
d109e3131b
7 changed files with 23 additions and 0 deletions
3
filan.c
3
filan.c
|
@ -745,6 +745,9 @@ int ipan(int fd, FILE *outfile) {
|
|||
#ifdef IP_RECVTOS
|
||||
{IP_RECVTOS, "IP_RECVTOS"},
|
||||
#endif
|
||||
#ifdef IP_TRANSPARENT
|
||||
{IP_TRANSPARENT, "IP_TRANSPARENT"},
|
||||
#endif
|
||||
#ifdef IP_MTU
|
||||
{IP_MTU, "IP_MTU"},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue