Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Mar 4, 2018
1 parent ca9e5db commit 3965da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mdns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Common.Logging" Version="3.4.1" />
<PackageReference Include="Makaretu.Dns" Version="0.1.0" />
<PackageReference Include="Makaretu.Dns" Version="0.2.0" />
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/MulticastService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class MulticastService
IPEndPoint mdnsEndpoint;
// IP header (20 bytes for IPv4; 40 bytes for IPv6) and the UDP header(8 bytes).
const int packetOverhead = 48;
const int maxDatagramSize = 9000;
const int maxDatagramSize = Message.MaxLength;
int maxPacketSize;

/// <summary>
Expand Down

0 comments on commit 3965da9

Please sign in to comment.