Skip to content

Commit

Permalink
Avoid the UDP stack for local communication
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Oct 7, 2023
1 parent c92a79a commit 05b1eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{deps,
[{conf, "~> 0.1"},
{stun, "~> 1.2"},
{stun, {git, "https://github.com/processone/stun.git", {branch, "feature/avoid-local-udp"}}},
{influx_udp, "~> 1.1.1"},
{prometheus_httpd, "~> 2.1"},
recon]}.
Expand Down
7 changes: 4 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
{<<"prometheus_httpd">>,{pkg,<<"prometheus_httpd">>,<<"2.1.11">>},0},
{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"0.2.1">>},2},
{<<"recon">>,{pkg,<<"recon">>,<<"2.5.4">>},0},
{<<"stun">>,{pkg,<<"stun">>,<<"1.2.9">>},0},
{<<"stun">>,
{git,"https://github.com/processone/stun.git",
{ref,"69916e4f36cf3d365db134309d6a7f1270d4392a"}},
0},
{<<"ulitos">>,{pkg,<<"ulitos">>,<<"0.4.0">>},1},
{<<"yval">>,{pkg,<<"yval">>,<<"1.0.10">>},1}]}.
[
Expand All @@ -26,7 +29,6 @@
{<<"prometheus_httpd">>, <<"F616ED9B85B536B195D94104063025A91F904A4CFC20255363F49A197D96C896">>},
{<<"quantile_estimator">>, <<"EF50A361F11B5F26B5F16D0696E46A9E4661756492C981F7B2229EF42FF1CD15">>},
{<<"recon">>, <<"05DD52A119EE4059FA9DAA1AB7CE81BC7A8161A2F12E9D42E9D551FFD2BA901C">>},
{<<"stun">>, <<"ABFAC63693B1CBB2AA318A441BE5B6827730D719177E109326AC99B9224A8E30">>},
{<<"ulitos">>, <<"BCDF0528AF4B59F1CB7D710E4B056688751C600833F31F504FEC4BAA88F0F42B">>},
{<<"yval">>, <<"DE3073183A612C39612EE2970C8B40B465D64A5316D320105E308E011F8646B0">>}]},
{pkg_hash_ext,[
Expand All @@ -41,7 +43,6 @@
{<<"prometheus_httpd">>, <<"0BBE831452CFDF9588538EB2F570B26F30C348ADAE5E95A7D87F35A5910BCF92">>},
{<<"quantile_estimator">>, <<"282A8A323CA2A845C9E6F787D166348F776C1D4A41EDE63046D72D422E3DA946">>},
{<<"recon">>, <<"E9AB01AC7FC8572E41EB59385EFEB3FB0FF5BF02103816535BACAEDF327D0263">>},
{<<"stun">>, <<"22D0CEC7BAC1855820D9449F890D8DEAB0447BBB3799404AFB48F4BCD4AA5BD1">>},
{<<"ulitos">>, <<"AFDCE50A77081EB8D931799A6E015458482EABF9BA8AF367C50CD8660A749B88">>},
{<<"yval">>, <<"0F7EFF50CB24F5F6CC3549FC54BFE4AF58B3FC4553B0829325BAA199C48BA276">>}]}
].

0 comments on commit 05b1eb5

Please sign in to comment.