0.14
This commit is contained in:
parent
392b008a43
commit
86460cdebc
|
@ -22,7 +22,6 @@
|
|||
%%% @doc client keepalive
|
||||
%%%
|
||||
%%% @author Feng Lee <feng@emqtt.io>
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_keepalive).
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
%%% @doc emqttd statistics
|
||||
%%%
|
||||
%%% @author Feng Lee <feng@emqtt.io>
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_stats).
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
%%% @doc Trace MQTT packets/messages by clientid or topic.
|
||||
%%%
|
||||
%%% @author Feng Lee <feng@emqtt.io>
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_trace).
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
%%% @doc emqttd utility functions
|
||||
%%%
|
||||
%%% @author Feng Lee <feng@emqtt.io>
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_util).
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
%%% @doc emqttd erlang vm.
|
||||
%%%
|
||||
%%% @author huangdan
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_vm).
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
%%% @doc emqttd websocket client
|
||||
%%%
|
||||
%%% @author Feng Lee <feng@emqtt.io>
|
||||
%%%
|
||||
%%%-----------------------------------------------------------------------------
|
||||
-module(emqttd_ws_client).
|
||||
|
||||
|
|
Loading…
Reference in New Issue