View of /trunk/ModularRex/RexNetwork/RexUDPServer.cs
Parent Directory
|
Revision Log
Revision 11 -
(download)
(annotate)
Wed Nov 26 11:52:02 2008 UTC (4 years, 5 months ago) by afrisby
File size: 583 byte(s)
Wed Nov 26 11:52:02 2008 UTC (4 years, 5 months ago) by afrisby
File size: 583 byte(s)
* Adds source code comments, and synchronises a number of files with internal copies.
using OpenSim.Region.ClientStack;
using OpenSim.Region.ClientStack.LindenUDP;
namespace ModularRex.RexNetwork
{
/// <summary>
/// Extends the standard OpenSim UDP Server Class
/// With the only difference being that the packet
/// server spawns RexClientView instances instead
/// of LLClientView's.
/// </summary>
public class RexUDPServer : LLUDPServer
{
protected override void CreatePacketServer(ClientStackUserSettings userSettings)
{
new RexPacketServer(this, userSettings);
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

