mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix TOS stuff for BSD
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/in_systm.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/signal.h>
|
||||
@@ -45,6 +46,10 @@
|
||||
|
||||
#include "iax.h"
|
||||
|
||||
#ifndef IPTOS_MINCOST
|
||||
#define IPTOS_MINCOST 0x02
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Uncomment to try experimental IAX bridge optimization,
|
||||
* designed to reduce latency when IAX calls cannot
|
||||
|
Reference in New Issue
Block a user