Artem Teslenko
Artem Teslenko
Hello, I've tried to send UDP data which size is more than MTU via VLAN interface and found what IP defragmentation does not works in this case. Tested on: *...
How to reproduce: ``` 1> application:ensure_all_started(snmp). {ok,[snmp]} 2> application:ensure_all_started(exometer). {ok,[syntax_tools,compiler,goldrush,lager,exometer]} 3> exometer:new([foo, bar], histogram, [{snmp, [{min, 1000}, {mean, 1000}]}]). ok ``` Got in shell: ``` 18:17:16.226 [error] ** User error:...
Hi, What do you think about that? Proposed systems are rebar3 or erlang.mk. The main reason for me, it's to have separate profiles for prod and test. I want include...