mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update UdpServer.cs
This commit is contained in:
parent
ded9857f45
commit
665ca5cf1f
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ namespace Emby.Server.Implementations.Udp
|
|||
private readonly ILogger _logger;
|
||||
private readonly IServerApplicationHost _appHost;
|
||||
|
||||
/// <summary>
|
||||
/// The _udp client.
|
||||
/// </summary>
|
||||
private Socket _udpSocket;
|
||||
private IPEndPoint _endpoint;
|
||||
private readonly byte[] _receiveBuffer = new byte[8192];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue