Roman Rose
Roman Rose
@essen just checking if this was ever done? Is there a best practices for handling gzip requests for the latest version?
Hi @msantos! I'm using tuncer and {active, true} tuncer:create(Interface, [tun, no_pi, {active, true}])
I'm trying raw sockets and still experiencing similar results, no overruns in ifconfig but audible packet loss. Guessing it's not a problem with tunctl.
I am able to expand types in my own code, but I still hope that using this for schema validation can be supported officially. ``` -module(more_proper_types). -export([pid/0]). -import(proper_types, [new_type/2]). -spec...