mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
16 lines
501 B
Text
16 lines
501 B
Text
--- ../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;
|