diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-05 15:59:40 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-05 15:59:40 +0000 |
commit | 76ce7acbdcb32d52e0d4a9f34799d47e039732be (patch) | |
tree | 98f2d3929094afbf44b43adc30871c7cbd8d5086 /net/rtsp_proxy/files/patch-ae | |
parent | Remove this obsolete, unfetchable port. (diff) |
Remove this obsolete, unfetchable port.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=67325
Diffstat (limited to 'net/rtsp_proxy/files/patch-ae')
-rw-r--r-- | net/rtsp_proxy/files/patch-ae | 16 |
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; |