Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-10-13 11:27:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ca73534d7ecf5bd2afad29e12f398e011c34c2ae
ca73534d
1 parent
21deeb86
refine comments for api key
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
2 行删除
trunk/src/protocol/srs_kafka_stack.hpp
trunk/src/protocol/srs_kafka_stack.hpp
查看文件 @
ca73534
...
...
@@ -33,7 +33,10 @@
#ifdef SRS_AUTO_KAFKA
// https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ApiKeys
/**
* the api key used to identify the request type.
* @see https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ApiKeys
*/
enum
SrsKafkaApiKey
{
SrsKafkaApiKeyProduceRequest
=
0
,
...
...
@@ -178,7 +181,7 @@ public:
*/
virtual
int
header_size
();
/**
* the size of message, the
left
bytes left after the header.
* the size of message, the bytes left after the header.
* @remark total_size = 4 + header_size + message_size.
*/
virtual
int
message_size
();
...
...
请
注册
或
登录
后发表评论