1
0
forked from QPQ-AG/enoise

All crypto and top level in place

Limited support for protocols, virtually no error handling
This commit is contained in:
Hans Svensson
2018-03-02 14:24:59 +01:00
parent d0723eb247
commit 4d2af24250
6 changed files with 327 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
%%%-------------------------------------------------------------------
%%% @copyright (C) 2018, Aeternity Anstalt
%%%-------------------------------------------------------------------
-module(enoise_opts).
-export([tcp_opts/1]).
tcp_opts(_Options) ->
[{active, true}, binary, {reuseaddr, true}].