index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
LLUDPServer.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-29
minor: Add timeout secs to connection timeout message. Change message to ref...
Justin Clark-Casey (justincc)
1
-8
/
+9
2013-07-29
Fix issue just introduced in 8efe4bfc2ed7086e9fdf4812297e6525f955f6ac where I...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-29
Make "abnormal thread terminations" into "ClientLogoutsDueToNoReceives" and a...
Justin Clark-Casey (justincc)
1
-5
/
+21
2013-07-24
Deleted all [ZZZ] debug messages.
Diva Canto
1
-5
/
+0
2013-07-24
One more thing to test in order to let CompleteMovement go up the stack.
Diva Canto
1
-2
/
+3
2013-07-24
Minor adjustment on timings of waits.
Diva Canto
1
-4
/
+19
2013-07-24
New Teleport protocol (V2), still compatible with V1 and older. (version of t...
Diva Canto
1
-0
/
+68
2013-07-23
Add proper method doc and comments to m_dataPresentEvent (from d9d9959)
Justin Clark-Casey (justincc)
1
-2
/
+13
2013-07-23
Add clientstack.InboxPacketsCount stat. This records the number of packets w...
Justin Clark-Casey (justincc)
1
-0
/
+13
2013-07-23
Add clientstack.OutgoingUDPSendsCount stat to show number of outbound UDP pac...
Justin Clark-Casey (justincc)
1
-3
/
+15
2013-07-23
Record raw number of UDP receives as clientstack.IncomingUDPReceivesCount
Justin Clark-Casey (justincc)
1
-0
/
+13
2013-07-23
Add AverageUDPProcessTime stat to try and get a handle on how long we're taki...
Justin Clark-Casey (justincc)
1
-2
/
+17
2013-07-22
Added check for user movement specification before discarding an incoming
Robert Adams
1
-1
/
+2
2013-07-21
Fixed the stats in show client stats. Also left some comments with observatio...
Diva Canto
1
-0
/
+2
2013-07-21
Make the check as to whether any particular inbound AgentUpdate packet is sig...
Justin Clark-Casey (justincc)
1
-2
/
+15
2013-07-21
Hack in console command "debug lludp toggle agentupdate" to allow AgentUpdate...
Justin Clark-Casey (justincc)
1
-0
/
+24
2013-07-21
Fix up a temporary debugging change from last commit which stopped "lludp sto...
Justin Clark-Casey (justincc)
1
-2
/
+1
2013-07-21
Do some simple queue empty checks in the main outgoing udp loop instead of al...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-07-18
try Hacking in an AutoResetEvent to control the outgoing UDP loop instead of ...
Justin Clark-Casey (justincc)
1
-2
/
+8
2013-07-15
Revert the revert
Diva Canto
1
-0
/
+2
2013-07-15
Trying to hunt the CPU spikes recently experienced.
Diva Canto
1
-2
/
+0
2013-07-13
Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake...
Diva Canto
1
-1
/
+1
2013-07-09
Comment out old inbound UDP throttling hack. This would cause the UDP
Robert Adams
1
-0
/
+2
2013-07-04
Add --default option to "debug lludp packet" command to allow packet logging ...
Justin Clark-Casey (justincc)
1
-17
/
+52
2013-07-04
change "debug packet" command to "debug lludp packet" to conform with other "...
Justin Clark-Casey (justincc)
1
-0
/
+59
2013-05-14
Second take at HGTP-mesh bug: delay sending the initial data only for agents ...
Diva Canto
1
-1
/
+7
2013-05-14
Revert "HGTP-mesh bug: the mesh download requests were going to the departing...
Diva Canto
1
-0
/
+3
2013-05-14
HGTP-mesh bug: the mesh download requests were going to the departing sims fo...
Diva Canto
1
-3
/
+0
2013-04-16
refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...
Justin Clark-Casey (justincc)
1
-5
/
+0
2013-03-15
Fix server statistics always reporting zero for total network bytes in/out.
Robert Adams
1
-19
/
+32
2012-11-16
Add a first draft mechanism for the IncomingPacketsProcessedStat to show the ...
Justin Clark-Casey (justincc)
1
-0
/
+1
2012-11-15
Make PacketPool class stats pull stats instead of push stats so they can be l...
Justin Clark-Casey (justincc)
1
-0
/
+54
2012-11-15
Add IncomingPacketsProcessedCount stat for diagnostics.
Justin Clark-Casey (justincc)
1
-14
/
+89
2012-10-23
Make it possible to turn the base UDP object packet pools on and off whilst r...
Justin Clark-Casey (justincc)
1
-17
/
+86
2012-10-23
Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...
Justin Clark-Casey (justincc)
1
-0
/
+14
2012-10-17
Explicitly return only the incoming AgentUpdate packet as this is the only on...
Justin Clark-Casey (justincc)
1
-2
/
+15
2012-10-17
If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory c...
Justin Clark-Casey (justincc)
1
-1
/
+24
2012-10-16
Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...
Justin Clark-Casey (justincc)
1
-18
/
+24
2012-10-16
Make it possible to separate start and stop lludp packet processing from the ...
Justin Clark-Casey (justincc)
1
-14
/
+102
2012-10-12
Add AgentUpdate to PacketPool. This is the most common inbound packet from v...
Justin Clark-Casey (justincc)
1
-2
/
+19
2012-10-11
Fix packetpool for ImprovedTerseObjectUpdate packets.
Justin Clark-Casey (justincc)
1
-0
/
+2
2012-10-10
Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to preve...
Justin Clark-Casey (justincc)
1
-7
/
+7
2012-10-05
Read PacketPool config in LLUDPServer with other config params rather than in...
Justin Clark-Casey (justincc)
1
-0
/
+9
2012-07-25
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-19
Prevent race conditions between two threads that call LLClientView.Close() si...
Justin Clark-Casey (justincc)
1
-15
/
+14
2012-07-12
Stop redundantly passing in the endpoint to the LLClientView constructor.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-04
refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ...
Justin Clark-Casey (justincc)
1
-2
/
+2
2012-06-15
Add region name to UseCircuitCode log messages
Justin Clark-Casey (justincc)
1
-4
/
+4
2012-06-12
Remove accidental timeout left in during earlier debugging. Has been in sinc...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-06-12
Set IClientAPI.IsActive = false early on client removal due to ack timeout ra...
Justin Clark-Casey (justincc)
1
-29
/
+35
[next]