This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-09 05:05:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8948ecbd8bdd9030c65760433aeafcc0ca480b4d
opensim
/
OpenSim
/
Region
/
ClientStack
/
LindenUDP
History
MW
6784cebf57
added support so that the packet tracker can resend packets itself as well as triggering a event. Next step to change the terrain packet resending to use these feature.
2008-07-21 16:21:59 +00:00
..
LLClientStackNetworkHandler.cs
fixed the dos line endings
2008-05-02 19:21:33 +00:00
LLClientView.cs
added experimental packet tracker (LLPacketTracker.cs), which can be told to track a packet and if it hasn't been acked within a set time, trigger a IClientAPI event, that the application/scene can handle. Currently only terrain packet tracking is finished, Tracking for initial Prim packets (first full update for a prim) is being worked on. Future improvements would be to make it a more generic packet tracker with callback delegates instead of events.
2008-07-21 15:13:34 +00:00
LLPacketQueue.cs
last round of warning squashing. calling it a day now.
2008-06-27 23:03:39 +00:00
LLPacketServer.cs
* eliminated some warnings and added some const and readonlies
2008-07-21 10:02:55 +00:00
LLPacketThrottle.cs
* eliminated some warnings and added some const and readonlies
2008-07-21 10:02:55 +00:00
LLPacketTracker.cs
added support so that the packet tracker can resend packets itself as well as triggering a event. Next step to change the terrain packet resending to use these feature.
2008-07-21 16:21:59 +00:00
LLQueItem.cs
fixed the dos line endings
2008-05-02 19:21:33 +00:00
LLUDPServer.cs
* Guard against a null point passed to RemoveClientCircuit (odd that this happens at all)
2008-07-11 17:58:26 +00:00