Re: Add support for "[email protected]" compression (SSH)
Fredrik <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <[email protected]> |
On 06/20/2013 07:59 AM, Louis-Philippe Gauthier wrote: > > Hi, > > I added support for "[email protected] <mailto:[email protected]>" > compression type for ssh transports. > > http://tools.ietf.org/html/draft-miller-secsh-compression-delayed-00 > > e.g. > 1> application:start(crypto). > ok > 2> application:start(asn1). > ok > 3> application:start(public_key). > ok > 3> application:start(ssh). > ok > 4> ssh:connect("38.71.4.132", 22, [{compression, openssh_zlib}]). > {ok,<0.57.0>} > > Here's the branch / patch: > > git fetch git://github.com/lpgauth/otp.git > <http://github.com/lpgauth/otp.git> openssh_zlib > https://github.com/lpgauth/otp/compare/maint...openssh_zlib.patch > > LP > > > _______________________________________________ > erlang-patches mailing list > [email protected] > http://erlang.org/mailman/listinfo/erlang-patches Hello, I've fetched your branch and created a ticket for review. It should be visible in the 'pu' branch shortly. Thanks, -- BR Fredrik Gustafsson Erlang OTP Team _______________________________________________ erlang-patches mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-patches