Raimo Niskanen

Results 51 comments of Raimo Niskanen

Yes. I misread it precisely as that the daemon mode should be removed. So the wording can be improved. @paulo-ferraz-oliveira's wording is good. But I still could not find any...

Hi all! I have started to read up on all this... It seems I need to reinstall my Corporate laptop with Ubutu 20 to be able to see Kernel TLS...

@zzydxm wrote: > The only thing I don't know is that does socket nif support {packet, ssl_tls} mode with {active 1}? It is some essential feature we need for having...

The patch of the `inet_tls_dist` module 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 do...

I think that sounds like a good way. I do not know if @IngelaAndin has got other ideas. It is digging in internal SSL data structures I think best should...

I suspect something strange happens in an compiler internal pass. This will have to wait until our compiler people are back from their vacation. I have only figured out that...

The alternative to making a sub-binary is to reallocate the binary. I suspect creating a sub-binary was chosen for speed reasons. Your suggestion may be a good compromize. We will...

@zzydxm: For a static driver it is entirely possible to initiate an erl_crashdump (on all platforms), and it is kind of a policy to do a crashdump for out-of-memory (facilitates...

The buffer is allocated just before calling the system call recv() and its size is passed to recv() as the size to receive. When size 0 is used for receive...