From 51be9a03a601f4b64b883d5c97966041095517b0 Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 23 Apr 2003 20:22:14 +0000 Subject: More OpenBSD changes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@891 f38db490-d61c-443f-a65b-d21fe96a405b --- rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtp.c') diff --git a/rtp.c b/rtp.c index a1188ce1b..6f628fee8 100755 --- a/rtp.c +++ b/rtp.c @@ -575,7 +575,7 @@ struct ast_rtp *ast_rtp_new(struct sched_context *sched, struct io_context *io) int ast_rtp_settos(struct ast_rtp *rtp, int tos) { int res; - if ((res = setsockopt(rtp->s, SOL_IP, IP_TOS, &tos, sizeof(tos)))) + if ((res = setsockopt(rtp->s, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)))) ast_log(LOG_WARNING, "Unable to set TOS to %d\n", tos); return res; } -- cgit v1.2.3