aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Udp
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-02-23 16:45:10 +0100
committerBond_009 <bond.009@outlook.com>2021-02-23 16:45:10 +0100
commitacac21d8dc3eb9383136ff692606dc2f65adf405 (patch)
tree78b2010fa29079a503df1c281502a2c5518a657b /Emby.Server.Implementations/Udp
parentaff0aea60fc52a2253f04749f11bcb02f6e1f67c (diff)
Improve tests
Diffstat (limited to 'Emby.Server.Implementations/Udp')
-rw-r--r--Emby.Server.Implementations/Udp/UdpServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Udp/UdpServer.cs b/Emby.Server.Implementations/Udp/UdpServer.cs
index 4fd7ac0c1..d01184e0b 100644
--- a/Emby.Server.Implementations/Udp/UdpServer.cs
+++ b/Emby.Server.Implementations/Udp/UdpServer.cs
@@ -79,7 +79,7 @@ namespace Emby.Server.Implementations.Udp
/// Starts the specified port.
/// </summary>
/// <param name="port">The port.</param>
- /// <param name="cancellationToken"></param>
+ /// <param name="cancellationToken">The cancellation token to cancel operation.</param>
public void Start(int port, CancellationToken cancellationToken)
{
_endpoint = new IPEndPoint(IPAddress.Any, port);