Ingela Andin

Results 77 comments of Ingela Andin

As I understand your use case for this is the Erlang distribution and the performance boost is expected to be greater for this case than in the normal case?! Although...

I do not know how your distribution module handles this but in your test, you give the socket back to the same process that receives data. So you will be...

We discussed this a little further, internally, and we would prefer a solution where all ktls knowledge could be in a separate distribution module (that would not need to be...

Have not looked at the example module yet. But about early data I think it does not have to be a problem for the distribution case as then we have...

> > But about early data I think it does not have to be a problem for the distribution case as then we have control over the clients and as...

> Set {packet, ssl_tls} with {active, 1} does work, but need 3 changes in ssl application: > > 1. handle ssl_tls data message I think this should be an ok...

> The patch of the `inet_tls_dist` module [zzydxm@ab34555](https://github.com/zzydxm/otp/commit/ab34555210a994083de8f7916e9c0605728f7554) has got a nice size and complexity. But any module in the SSL application should be prefixed with `ssl_`, Actually, inet_tls_dist must...

> > The patch of the `inet_tls_dist` module [zzydxm@ab34555](https://github.com/zzydxm/otp/commit/ab34555210a994083de8f7916e9c0605728f7554) has got a nice size and complexity. But any module in the SSL application should be prefixed with `ssl_`, and also,...

I think that one of the main use cases for stateless session tickets is to work across multiple server instances. So I think this looks interesting. I added a testing...

The odbc application has not been actively developed for a very long time, and hence is not a high priority for Ericsson. So a PR is more than welcome to...