diff --git a/doc/edoc-info b/doc/edoc-info index 4d3e425..047d47e 100644 --- a/doc/edoc-info +++ b/doc/edoc-info @@ -1,4 +1,4 @@ %% encoding: UTF-8 {application,statsderl}. {modules,[statsderl,statsderl_app,statsderl_protocol,statsderl_server, - statsderl_sup,statsderl_utils]}. + statsderl_sup,statsderl_udp,statsderl_utils]}. diff --git a/doc/statsderl_udp.md b/doc/statsderl_udp.md new file mode 100644 index 0000000..1f7bd63 --- /dev/null +++ b/doc/statsderl_udp.md @@ -0,0 +1,36 @@ + + +# Module statsderl_udp # +* [Function Index](#index) +* [Function Details](#functions) + + + +## Function Index ## + + +
header/2
send/3
+ + + + +## Function Details ## + + + +### header/2 ### + +

+header(IP::inet:ip_address(), Port::inet:port_number()) -> iodata()
+
+
+ + + +### send/3 ### + +

+send(Socket::inet:socket(), Header::iodata(), Data::iodata()) -> ok | {error, term()}
+
+
+