mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 18:56:09 +02:00
working on sctp
This commit is contained in:
parent
7a9c2fa50a
commit
c5a847b680
@ -225,7 +225,12 @@ typedef u32bits turn_time_t;
|
||||
#define CLIENT_STREAM_SOCKET_PROTOCOL IPPROTO_IP
|
||||
|
||||
#define SCTP_CLIENT_STREAM_SOCKET_TYPE SOCK_STREAM
|
||||
|
||||
#if !defined(TURN_NO_SCTP)
|
||||
#define SCTP_CLIENT_STREAM_SOCKET_PROTOCOL IPPROTO_SCTP
|
||||
#else
|
||||
#define SCTP_CLIENT_STREAM_SOCKET_PROTOCOL IPPROTO_IP
|
||||
#endif
|
||||
|
||||
#define RELAY_DGRAM_SOCKET_TYPE SOCK_DGRAM
|
||||
#define RELAY_DGRAM_SOCKET_PROTOCOL IPPROTO_IP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user