aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fields should be protected unless private is requiredMelanie Thielker2016-06-141-1/+1
|
* Make the LLUDPServerShim inheritable. There is absolutely no reason forMelanie Thielker2016-06-141-75/+74
| | | | this to be sealed!
* dont try to process packets for deleted clientsUbitUmarov2015-12-091-34/+28
|
* disable useless and totally wrong incoming PoolsUbitUmarov2015-12-091-4/+7
|
* minor cleanupUbitUmarov2015-12-091-13/+4
|
* tick region health a bit fasterUbitUmarov2015-12-091-1/+1
|
* fix the queue type in useUbitUmarov2015-12-091-11/+12
|
* removed a protocol breaking lludp debug option that no one should try, ↵UbitUmarov2015-09-221-30/+23
| | | | changed terrain send throotle to be by packets in queue, reduced odds of MTU violation on terrain send (still bad). Most UDP protocol implementations may not mind much, but our code still does
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-3/+46
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto2015-09-031-3/+46
| |
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-254/+18
| |
* | bad merge?UbitUmarov2015-09-011-40/+383
|\ \ | |/ |/|
| * Maybe reduce incidence of ghost avatarsMelanie Thielker2015-06-121-1/+10
| |
| * sadly revert to resend terseUpdates enqueuing them back into entityupdatesUbitUmarov2014-10-311-1/+1
| | | | | | | | | | queue. Viewers fail to handle correctly out of order updates with ugly visible effects. Make sure these packets don't include acks so they aren't lost.
| * Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads."Melanie Thielker2014-10-131-1/+0
| | | | | | | | | | | | | | | | This reverts commit 8c41271b3312f2a02608ffc41b220f7fb018d6ad. Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
| * revert to async send, since past experience showed sync didn't work whenUbitUmarov2014-10-131-2/+2
| | | | | | | | on mono
| * *TEST* send udp sync. Stop uncontroled and hidden use of IO threads.UbitUmarov2014-10-131-1/+2
| | | | | | | | Testing this may require several people.
| * Fix a nullref in a debug message. If we have no SceneAgent, we can't output ↵Melanie Thielker2014-09-151-5/+8
| | | | | | | | data from it.
| * Reinstate closing the client if CloseAgen returns false. This was partMelanie Thielker2014-09-141-1/+2
| | | | | | | | of the last Ubit patch.
| * revert changes to m_pendingCache and remove client close if there is noUbitUmarov2014-09-141-21/+14
| | | | | | | | SP, as requested
| * do not use a blind expire of m_pendingCache. Entries must be valid whileUbitUmarov2014-09-131-15/+23
| | | | | | | | | | | | | | respective HandleUseCircuitCode, no matter how long it takes, so a viewer retry doesnt start a overlapping one. It HandleUseCircuitCode responsability to always remove entries, even on fails. Remove a client even if m_scene.CloseAgent fails.
| * If a client's SceneAgent is null, that client is not fully logged in orMelanie Thielker2014-09-131-0/+14
| | | | | | | | crashed while logging out. Don't reuse it, create a new one.
| * *needs testing, not that good* change throttles math using floats and notUbitUmarov2014-09-021-1/+1
| | | | | | | | | | int64, etc. Limite brust bytes to the total rate client requested times a look ahead estimation time, Avoid queues starvation with updates waiting...
| * dont append acks to a resend packetUbitUmarov2014-08-261-1/+1
| |
| * revert droping udp packet resends after 6 retries, keep resending.UbitUmarov2014-08-211-10/+0
| |
| * remove from use the UpdatesResend on resending udp packets. Just resendUbitUmarov2014-08-201-0/+10
| | | | | | | | | | the UDP packet. Also just loose packets we tried to send 6 times already (ll says 3) A viewer may just beeing ignoring them, or then the link is just dead.
| * NextAnimationSequenceNumber be a udpserver variable with random startUbitUmarov2014-08-161-0/+17
| |
| * reduce ping filter time constantUbitUmarov2014-08-141-1/+1
| |
| * add a estimator of client ping time, and painfully make it visible in showUbitUmarov2014-08-141-5/+13
| | | | | | | | connections console command
| * remove HandleCompleteMovementIntoRegion delay hack from llUDPserver. If weUbitUmarov2014-08-131-9/+13
| | | | | | | | | | need a delay, we need to do it at end of HandleUseCircuitCode before feeding pending packets (including that one) into processing queue.
| * process AgentUpdates in order with rest of packets. Only give higher ↵UbitUmarov2014-08-131-2/+4
| | | | | | | | priority to chat
| * take agentUpdate checks out of llUDPserver (disabling useless debug) andUbitUmarov2014-08-121-19/+3
| | | | | | | | do it only where its supposed to be done..
| * actually let delay match throttles as original designUbitUmarov2014-08-101-11/+9
| |
| * OutgoingPacketHandler can not be paced by hits on SendPacket()UbitUmarov2014-08-101-4/+8
| |
| * check...UbitUmarov2014-08-041-17/+17
| |
| * Revert "start sending terrain in scenePresence after well defined avatar. Minor"UbitUmarov2014-08-041-17/+17
| | | | | | | | This reverts commit 05a2feba5d780c57c252891a20071800fd9f2e3e.
| * start sending terrain in scenePresence after well defined avatar. MinorUbitUmarov2014-08-041-17/+17
| | | | | | | | change on significante AgentUpdate check.
| * dont send packets twiceUbitUmarov2014-07-271-1/+0
| |
| * Merge branch 'master' into careminsterMelanie2013-11-231-0/+23
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
| * \ Merge branch 'master' into careminsterMelanie2013-11-081-42/+85
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-10-041-15/+59
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/CoreModules/World/LightShare/LightShareModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Framework/Scenes/Tests/ScenePresenceCapabilityTests.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-08-171-21/+69
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-111-3/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-011-2/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-08-011-11/+28
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-251-0/+79
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs bin/OpenSimDefaults.ini
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-6/+110
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/Physics/Manager/PhysicsActor.cs OpenSim/Region/Physics/Manager/PhysicsScene.cs
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-241-2/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-181-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/Asset/AssetServicesConnector.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/UserAgentService.cs
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-07-041-1/+95
| |\ \ \ \ \ \ \ \ \ \ \ \