X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=inline;f=avahi-sharp%2FClient.cs;h=783c00342f6fdd6b6f29783b8a08c3ce255b4ebb;hb=495389dc6c098fe535e36447e1571c994a1c0723;hp=c3584c59b13d450ab67649bf6811b937fd266c92;hpb=264700bf97de2e4430494cb41201950162fba020;p=catta diff --git a/avahi-sharp/Client.cs b/avahi-sharp/Client.cs index c3584c5..783c003 100644 --- a/avahi-sharp/Client.cs +++ b/avahi-sharp/Client.cs @@ -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 {