Skip to content

Commit

Permalink
fix(NetworkProtocol): dnsaddr is now code 56
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Mar 23, 2018
1 parent 59f1d90 commit 96b8656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class DnsNetworkProtocol : DomainNameNetworkProtocol
class DnsAddrNetworkProtocol : DomainNameNetworkProtocol
{
public override string Name { get { return "dnsaddr"; } }
public override uint Code { get { return 12345; } }
public override uint Code { get { return 56; } }
}

class Dns4NetworkProtocol : DomainNameNetworkProtocol
Expand Down

0 comments on commit 96b8656

Please sign in to comment.