]> git.meshlink.io Git - catta/blobdiff - avahi-sharp/Client.cs
make AVAHI_PROTO_xxx well defined constants: C# support
[catta] / avahi-sharp / Client.cs
index c3584c59b13d450ab67649bf6811b937fd266c92..783c00342f6fdd6b6f29783b8a08c3ce255b4ebb 100644 (file)
@@ -43,9 +43,9 @@ namespace Avahi
     public delegate void ClientStateHandler (object o, ClientState state);
 
     public enum Protocol {
-        Unspecified = 0,
-        IPv4 = 2,
-        IPv6 = 10
+        Unspecified = -1,
+        IPv4 = 0,
+        IPv6 = 1
     }
     
     public enum ClientState {