15 lines
517 B
Plaintext
15 lines
517 B
Plaintext
$OpenBSD: patch-addons_chan_ooh323_c,v 1.4 2012/08/04 21:53:56 sthen Exp $
|
|
--- addons/chan_ooh323.c.orig Wed Jun 20 10:15:22 2012
|
|
+++ addons/chan_ooh323.c Mon Jul 30 23:13:44 2012
|
|
@@ -2729,8 +2729,10 @@ int reload_config(int reload)
|
|
gTOS = IPTOS_THROUGHPUT;
|
|
else if (!strcasecmp(v->value, "reliability"))
|
|
gTOS = IPTOS_RELIABILITY;
|
|
+#ifdef IPTOS_MINCOST
|
|
else if (!strcasecmp(v->value, "mincost"))
|
|
gTOS = IPTOS_MINCOST;
|
|
+#endif
|
|
else if (!strcasecmp(v->value, "none"))
|
|
gTOS = 0;
|
|
else
|