colinlin1982 / maashaack

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

system.network.HostnameType problem with the value of the IPV4 constant #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For the moment the constant is :

{{{
public static const IPv4:HostnameType = new HostnameType( 0, "IPv4" );
}}}

The 0 value is already used in the unknow constant.

Original issue reported on code.google.com by ekamel...@gmail.com on 13 Mar 2009 at 9:44

GoogleCodeExporter commented 9 years ago
good catch ;)
that should be 1

Original comment by zwetan on 13 Mar 2009 at 10:48

GoogleCodeExporter commented 9 years ago
Hello :)

1 ? The basic value is 1 :

public static const basic:HostnameType = new HostnameType( 1, "basic" );

We can use the value 4 ?

EKA+ :)

Original comment by ekamel...@gmail.com on 30 Mar 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 11 Apr 2009 at 7:57