Fork UDPBase from libOMV into opensim

This commit is contained in:
Melanie
2009-10-08 22:25:14 +01:00
parent fc41f2e461
commit a0dd9f4bb4
2 changed files with 341 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// The LLUDP server for a region. This handles incoming and outgoing
/// packets for all UDP connections to the region
/// </summary>
public class LLUDPServer : UDPBase
public class LLUDPServer : OpenSimUDPBase
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);