diff options
Diffstat (limited to 'avahi-sharp')
-rw-r--r-- | avahi-sharp/Client.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |