Commit 71289a77 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Use IPPROTO_IP if SOL_IP is missing

parent d282bd2d
...@@ -36,6 +36,10 @@ ...@@ -36,6 +36,10 @@
#include <assert.h> #include <assert.h>
#ifndef SOL_IP
# define SOL_IP IPPROTO_IP
#endif
/* /*
* NOTE on RTCP implementation: * NOTE on RTCP implementation:
* - there is a single sender (us), no conferencing here! => n = sender = 1, * - there is a single sender (us), no conferencing here! => n = sender = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment