Introduce enoise_connection
This will put the control into a (gen_server) process that wraps the functionality in much the same way as ssl does for gen_tcp, etc. Some features are still missing (like setopts)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
, pattern/1
|
||||
, pre_msgs/2
|
||||
, to_name/1]).
|
||||
-compile(export_all).
|
||||
|
||||
-type noise_pattern() :: nn | xk.
|
||||
-type noise_msg() :: {in | out, [enoise_hs_state:noise_token()]}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user