1
0
Fork 0
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:
Gerhard Rieger 2020-12-26 22:46:36 +01:00
parent 1c7ddfef73
commit 1502f0cdcb
18 changed files with 442 additions and 4 deletions

View file

@ -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