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:
@@ -0,0 +1,10 @@
|
||||
%%%-------------------------------------------------------------------
|
||||
%%% @copyright (C) 2018, Aeternity Anstalt
|
||||
%%%-------------------------------------------------------------------
|
||||
|
||||
-module(enoise_opts).
|
||||
|
||||
-export([tcp_opts/1]).
|
||||
|
||||
tcp_opts(_Options) ->
|
||||
[{active, true}, binary, {reuseaddr, true}].
|
||||
Reference in New Issue
Block a user