1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-19 09:22:57 +00:00

Added configure option --with-default-ipv

This commit is contained in:
Gerhard Rieger 2023-10-26 22:16:21 +02:00
parent cb6e16b360
commit 8b2e0593f3
14 changed files with 139 additions and 36 deletions

View file

@ -19,8 +19,8 @@ xioparms_t xioparms = {
':', /* ip6portsep */
'\0', /* logopt */
NULL, /* syslogfac */
'4', /* default_ip */
'4', /* preferred_ip */
WITH_DEFAULT_IPV, /* default_ip */
WITH_DEFAULT_IPV, /* preferred_ip */
false, /* experimental */
NULL, /* sniffleft_name */
NULL /* sniffright_name */