Skip to content

Commit f17dec6

Browse files
chore: rebase to master
1 parent 28bdd8a commit f17dec6

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/MessageEventArgs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Net;
3-
using System.Net;
43

54
namespace Makaretu.Dns
65
{

src/MulticastService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,6 @@ void Send(Message msg, bool checkDuplicate)
499499
/// <param name="result">
500500
/// The received message <see cref="UdpReceiveResult"/>.
501501
/// </param>
502-
/// <param name="remote">
503-
/// The message sender.
504-
/// </param>
505502
/// <remarks>
506503
/// Decodes the <paramref name="result"/> and then raises
507504
/// either the <see cref="QueryReceived"/> or <see cref="AnswerReceived"/> event.

src/ServiceDiscovery.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4+
using System.Net;
45
using Common.Logging;
56
using Makaretu.Dns.Resolving;
67

0 commit comments

Comments
 (0)