evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

prefer IPv6 Checkbox does not force use of IPv4 when de-selected #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Prefer IPv6 checkbox does not contain sufficient logic to force the use of 
IPv4 or IPv6 addresses.

Original issue reported on code.google.com by jwzuraw...@gmail.com on 8 Mar 2011 at 12:31

GoogleCodeExporter commented 9 years ago

Original comment by llewczyn...@soldevelo.com on 16 Oct 2013 at 12:09

GoogleCodeExporter commented 9 years ago
I submitted a fix for this issue to the applet_54 branch. Can somebody review 
and merge?

Original comment by llewczyn...@soldevelo.com on 18 Oct 2013 at 8:05

GoogleCodeExporter commented 9 years ago
Is there a user for the setHostAddress function besides setsHostName? If not, 
I'd just move that functionality into the setsHostName function.

Original comment by AaronMat...@gmail.com on 21 Oct 2013 at 1:51

GoogleCodeExporter commented 9 years ago
There is only one place where the setHostAddress method is executed besides the 
setsHostName method when a user selects or deselects a 'prefer IPv6' option 
(Tcpbw100.java line 1159).

If you prefer, I could merge these two methods to single one.

Original comment by llewczyn...@gmail.com on 25 Oct 2013 at 11:43

GoogleCodeExporter commented 9 years ago
I merged methods into one.

Original comment by llewczyn...@soldevelo.com on 28 Oct 2013 at 9:12

GoogleCodeExporter commented 9 years ago
Merge away

Original comment by AaronMat...@gmail.com on 28 Oct 2013 at 1:26

GoogleCodeExporter commented 9 years ago
Thanks Aaron. I merged changes into trunk.

Original comment by llewczyn...@soldevelo.com on 30 Oct 2013 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 23 Jun 2014 at 5:55