1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-15 15:43:24 +00:00

Added the --experimental option

This commit is contained in:
Gerhard Rieger 2023-09-30 09:26:13 +02:00
parent f0ca732bd9
commit dc777a00bb
8 changed files with 33 additions and 16 deletions

View file

@ -20,7 +20,8 @@ xioopts_t xioopts = {
'\0', /* logopt */
NULL, /* syslogfac */
'4', /* default_ip */
'4' /* preferred_ip */
'4', /* preferred_ip */
false /* experimental */
} ;