diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-03-29 15:24:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 15:24:04 -0400 |
| commit | 4165bcb1940e843a0a7b0dfe708b27f182e58bf3 (patch) | |
| tree | aadb8cde45a519d23b86439c1b7c50a7d9ee8c90 /RSSDP/SsdpCommunicationsServer.cs | |
| parent | 5340d530106a7fff12e12a5e7410137afa80aaac (diff) | |
| parent | db75d02f9c99aad3d88c8beaac5eafaa8aba0e3f (diff) | |
Merge pull request #2557 from MediaBrowser/dev
Dev
Diffstat (limited to 'RSSDP/SsdpCommunicationsServer.cs')
| -rw-r--r-- | RSSDP/SsdpCommunicationsServer.cs | 5 |
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); |
