|
Line 0
Link Here
|
|
|
1 |
--- ../proxy.c.orig Sat Oct 16 10:29:52 1999 |
| 2 |
+++ ../proxy.c Sat Oct 16 10:30:01 1999 |
| 3 |
@@ -127,7 +127,9 @@ |
| 4 |
//int gUDPPortMin = 4000; |
| 5 |
//int gUDPPortMax = 65535; |
| 6 |
|
| 7 |
-int gProxyIP = -1; |
| 8 |
+#define ANY_ADDRESS -1 |
| 9 |
+ |
| 10 |
+int gProxyIP = ANY_ADDRESS; |
| 11 |
int gMaxPorts = 0; |
| 12 |
|
| 13 |
unsigned long gBytesReceived = 0; |
| 14 |
@@ -137,7 +139,6 @@ |
| 15 |
unsigned long gLastPacketsReceived = 0; |
| 16 |
unsigned long gLastPacketsSent = 0; |
| 17 |
|
| 18 |
-#define ANY_ADDRESS -1 |
| 19 |
|
| 20 |
/**********************************************/ |
| 21 |
#if defined(unix) |
| 22 |
@@ -243,7 +244,7 @@ |
| 23 |
add_rtsp_port_listener(listening_port); |
| 24 |
|
| 25 |
// |
| 26 |
- gProxyIP = get_local_ip_address(); |
| 27 |
+ //gProxyIP = get_local_ip_address(); |
| 28 |
|
| 29 |
// |
| 30 |
// compile regular expressions for RTSP |