mirror of
https://repo.or.cz/socat.git
synced 2025-07-13 07:03:25 +00:00
Added the --experimental option
This commit is contained in:
parent
f0ca732bd9
commit
dc777a00bb
8 changed files with 33 additions and 16 deletions
1
xio.h
1
xio.h
|
@ -102,6 +102,7 @@ typedef struct {
|
|||
char default_ip; /* default prot.fam for IP based listen ('4' or '6') */
|
||||
char preferred_ip; /* preferred prot.fam. for name resolution ('0' for
|
||||
unspecified, '4', or '6') */
|
||||
bool experimental; /* enable some features */
|
||||
} xioopts_t;
|
||||
|
||||
/* pack the description of a lock file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue