File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ struct rtpp_ctrl_sock {
4747#define RTPP_CTRL_ISDG (rcsp ) ((rcsp)->type == RTPC_UDP4 || (rcsp)->type == RTPC_UDP6)
4848#define RTPP_CTRL_ISUNIX (rcsp ) ((rcsp)->type == RTPC_IFSUN || (rcsp)->type == RTPC_IFSUN_C)
4949#define RTPP_CTRL_ISSTREAM (rcsp ) ((rcsp)->type == RTPC_IFSUN_C || (rcsp)->type == RTPC_STDIO \
50- || (rcsp)->type == RTPC_TCP4 || (rcsp)->type == RTPC_TCP6 || (rcsp)->type == RTPC_FD)
50+ || (rcsp)->type == RTPC_TCP4 || (rcsp)->type == RTPC_TCP6 || (rcsp)->type == RTPC_FD \
51+ || (rcsp)->type == RTPC_SYSD)
5152#define RTPP_CTRL_ACCEPTABLE (rcsp ) ((rcsp)->type == RTPC_IFSUN || (rcsp)->type == RTPC_IFSUN_C \
5253 || (rcsp)->type == RTPC_TCP4 || (rcsp)->type == RTPC_TCP6 || (rcsp)->type == RTPC_SYSD)
5354
You can’t perform that action at this time.
0 commit comments