aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpCommunicationsServer.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-03-29 15:24:04 -0400
committerGitHub <noreply@github.com>2017-03-29 15:24:04 -0400
commit4165bcb1940e843a0a7b0dfe708b27f182e58bf3 (patch)
treeaadb8cde45a519d23b86439c1b7c50a7d9ee8c90 /RSSDP/SsdpCommunicationsServer.cs
parent5340d530106a7fff12e12a5e7410137afa80aaac (diff)
parentdb75d02f9c99aad3d88c8beaac5eafaa8aba0e3f (diff)
Merge pull request #2557 from MediaBrowser/dev
Dev
Diffstat (limited to 'RSSDP/SsdpCommunicationsServer.cs')
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index cc464e689..e9dc4c54f 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -247,10 +247,7 @@ namespace Rssdp.Infrastructure
{
await SendMessageIfSocketNotDisposed(messageData, new IpEndPointInfo
{
- IpAddress = new IpAddressInfo
- {
- Address = SsdpConstants.MulticastLocalAdminAddress
- },
+ IpAddress = new IpAddressInfo(SsdpConstants.MulticastLocalAdminAddress, IpAddressFamily.InterNetwork),
Port = SsdpConstants.MulticastPort
}, cancellationToken).ConfigureAwait(false);