View of /trunk/ModularRex/RexNetwork/RexUDPServer.cs
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 265 byte(s)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 265 byte(s)
* Initial check-in of prototype Rex module. * This is a very very very early alpha of where we are heading, this checkin is mostly functionality-free and is aimed at building PacketServer, IClientAPI and other core classes so that functionality can be built cleanly on top.
using OpenSim.Region.ClientStack.LindenUDP;
namespace ModularRex.RexNetwork
{
public class RexUDPServer : LLUDPServer
{
protected override void CreatePacketServer()
{
new RexPacketServer(this);
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

