.. |
Properties
|
42bdf44658
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
|
11 years ago |
Tests
|
2cd95fac73
refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in the code that this is symmetric with CloseAgent()
|
11 years ago |
IncomingPacket.cs
|
2ed59ad8ac
If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory churn
|
12 years ago |
IncomingPacketHistoryCollection.cs
|
d8ee0cbe1c
First stab at cleaning up Caps. Compiles. Untested.
|
13 years ago |
J2KImage.cs
|
ccca005969
HG: close a loophole by which if something was wrong with the ServiceURLs it resulted in never ending asset requests
|
11 years ago |
LLClientView.cs
|
e735f76553
LogThreadPool: when the thread is for ProcessPacketMethod, also log the packet type
|
10 years ago |
LLImageManager.cs
|
63c42d6602
Do some simple queue empty checks in the main outgoing udp loop instead of always performing these on a separate fired thread.
|
11 years ago |
LLUDPClient.cs
|
83626e60e6
Adds a configuration option to cannibalize bandwidth from the
|
10 years ago |
LLUDPServer.cs
|
8e1bf55e7b
Add IncomingPacketsResentCount clientstack statistics
|
11 years ago |
OpenSimUDPBase.cs
|
f384a6291e
Instead of swallowing any socket begin/end receive exceptions, log them for debugging purposes.
|
11 years ago |
OutgoingPacket.cs
|
d8ee0cbe1c
First stab at cleaning up Caps. Compiles. Untested.
|
13 years ago |
PacketPool.cs
|
7d268912f1
Packet headers are not zero-encoded so don't try to zero-decode these in PacketPool.GetType()
|
11 years ago |
ThrottleRates.cs
|
83626e60e6
Adds a configuration option to cannibalize bandwidth from the
|
10 years ago |
TokenBucket.cs
|
9fc59e2bf2
minor: remove some mono compiler warnings
|
13 years ago |
UnackedPacketCollection.cs
|
c5826d589a
minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks
|
13 years ago |