Hi,

for the "delayed" response.

On Thu, Jul 17, 2014 at 09:32:48AM +0000, Charu Bansal wrote:
> Can you please tell me if I have to change the code for IPv6 then is it under 
> GPL license or Apache?
FreeRDP is under Apache License, Version 2.0.

> I think we have to do some changes in Free RDP to support IPv6. I am trying 
> it but stuck. While debugging I found that it fails for BIO_do_Connect() 
> [works for IPv4 ]. After searching on net, I didn't found any solution yet. 
> Please suggest if you know about it.
> Link having same problem like mine but no final solution.
Don't know if you got further in the meanwhile but a good starting point
might be to get the command line parser (client/common/cmdline.c) and
the following logic accept ipv6 addresses.

As for BIO_do_Connect I'm not sure if it works for/with ipv6 but worst
case would be to open the socket upfront directly and set it for
openssl.

Best regards,
Bernhard

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to