summaryrefslogtreecommitdiff
path: root/net/rtsp_proxy/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/rtsp_proxy/files/patch-ae')
-rw-r--r--net/rtsp_proxy/files/patch-ae16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/rtsp_proxy/files/patch-ae b/net/rtsp_proxy/files/patch-ae
deleted file mode 100644
index 71b9f7049147..000000000000
--- a/net/rtsp_proxy/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
---- ../proxy.h Tue Jul 6 17:42:19 1999
-+++ ../proxy.h Tue Jul 20 22:26:39 1999
-@@ -80,7 +80,12 @@
- trans_pb RTCP_C2S_tpb;
- } track_info;
-
--#define RTSP_SESSION_BUF_SIZE 1024
-+// 1024 is too small for some server messages, so i've up'd this to 2048
-+// instead as the proxy will otherwise truncate the message before sending
-+// it on to the client, this will confuse the client no end.
-+
-+#define RTSP_SESSION_BUF_SIZE 2048
-+
- typedef struct rtsp_session {
- struct rtsp_session *next;
- int die;