[core] Enable MSRP over IPv6

* [core] Enable MSRP over IPv6
* [core] SWITCH_SO_IPV6_V6ONLY socket option
This commit is contained in:
Ciprian
2020-09-15 05:42:22 -04:00
committed by GitHub
parent 301f113037
commit 5ce4855a1e
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -990,7 +990,7 @@ SWITCH_DECLARE(switch_status_t) switch_thread_create(switch_thread_t ** new_thre
#define SWITCH_SO_TCP_NODELAY 512
#define SWITCH_SO_TCP_KEEPIDLE 520
#define SWITCH_SO_TCP_KEEPINTVL 530
#define SWITCH_SO_IPV6_V6ONLY 16384 /* Don't accept IPv4 connections on an IPv6 listening socket. */
/**
* @def SWITCH_INET