File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ fix_raw_xor_addr = xor_addr_to_raw.()
70
70
71
71
Benchee . run (
72
72
% {
73
+ "new_transaction_id" => fn -> << t_id :: 12 * 8 >> = :crypto . strong_rand_bytes ( 12 ) end ,
73
74
"binding_request.encode" => fn -> binding_request_enc . ( ) end ,
74
75
"binding_request.decode" => fn -> { :ok , _ } = Message . decode ( fix_enc_binding_request ) end ,
75
76
"binding_response.encode" => fn -> binding_response_enc . ( ) end ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExSTUN.ClientTest do
2
2
use ExUnit.Case
3
3
4
4
test "" do
5
- { :ok , pid } = ExSTUN.Client . start_link ( ' stun.l.google.com' , 19_302 )
5
+ { :ok , pid } = ExSTUN.Client . start_link ( ~c " stun.l.google.com" , 19_302 )
6
6
7
7
m =
8
8
ExSTUN.Message . new ( % ExSTUN.Message.Type {
You can’t perform that action at this time.
0 commit comments