mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Added VSOCK stream addresses
This commit is contained in:
parent
1c7ddfef73
commit
1502f0cdcb
18 changed files with 442 additions and 4 deletions
|
@ -3044,7 +3044,10 @@ int retropt_bind(struct opt *opts,
|
|||
}
|
||||
break;
|
||||
|
||||
#if WITH_IP4 || WITH_IP6
|
||||
#if WITH_IP4 || WITH_IP6 || WITH_VSOCK
|
||||
#if WITH_VSOCK
|
||||
case AF_VSOCK:
|
||||
#endif
|
||||
#if WITH_IP4
|
||||
case AF_INET:
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue