Add support for "[email protected]" compression (SSH)
Louis-Philippe Gauthier <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <CAPP1_=kVSko9h8eUL82dLr5jXurH0NT4sE-LoV9_foxekBRjnw@mail.gmail.com> |
Hi, I added support for "[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 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