On Wed, Dec 7, 2016 at 12:00 PM, Tom Hacohen <t...@osg.samsung.com> wrote:
> Hey,
>
> I just pushed 5424cdbd810042ba59e71bec6b8d91cb6a2c3e9c that I hope
> should fix it. This commit fixes a bug I've known for a while and just
> forgot to fix. From your description, I believe it is the same issue,
> but please verify.
>
> Thanks for reporting.

great fix, but didn't fix my issue yet. Try with the
efl_net_dialer_simple_example using SSL:

./src/examples/ecore/efl_net_dialer_simple_example ssl localhost:1234

This uses:

Efl.Net.Dialer.Ssl -> Efl.Net.Dialer, Efl.Net.Socket.Ssl

Efl.Net.Dialer -> Efl.Net.Socket -> Efl.Io.Reader, Efl.Io.Writer

Efl.Net.Socket.Ssl -> Efl.Loop_User, Efl.Net.Socket -> Efl.Io.Reader,
Efl.Io.Writer

what's funny is that it works for other complex hierarchies, such as:

Efl.Net.Dialer.Tcp -> Efl.Net.Dialer, Efl.Net.Socket.Tcp

Efl.Net.Socket.Tcp -> Efl.Net.Socket.Fd -> Efl.Loop_Fd. Efl.Net.Socket
-> Efl.Io.Reader, Efl.Io.Writer

as you can see, it's even more complex since uses Efl.Net.Socket.Fd!


-- 
Gustavo Sverzut Barbieri
--------------------------------------
Mobile: +55 (16) 99354-9890

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to