CozySocket
A socket handling library.
This library wraps:
gen_tcpgen_udpgen_sctpssl
And, contains:
- a implementation for SOCKS.
Installation
Adding cozy_lark to your list of dependencies in mix.exs:
defp deps do
[
{:cozy_socket, "~> 0.4"},
]
endUsage
For more information, see the documentation.
License
Apache License 2.0