gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9638: add constant for the system ch


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9638: add constant for the system channel index.
Date: Wed, 17 Sep 2008 21:46:49 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9638
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-09-17 21:46:49 -0600
message:
  add constant for the system channel index.
modified:
  libnet/rtmp.h
=== modified file 'libnet/rtmp.h'
--- a/libnet/rtmp.h     2008-09-04 15:17:06 +0000
+++ b/libnet/rtmp.h     2008-09-18 03:46:49 +0000
@@ -43,6 +43,7 @@
 const int  RTMP_AUDIO_PACKET_SIZE = 64;
 const int  RTMP_MAX_HEADER_SIZE = 12;
 const int  PING_MSG_SIZE = 6;
+const int  RTMP_SYSTEM_CHANNEL = 2;
 
 // For terminating sequences, a byte with value 0x09 is used.
 const char TERMINATOR = 0x09;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]