aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bad merge?UbitUmarov2015-09-011-5/+5
|\
| * Remove JustinCCs UDP patch - it is harmful to Avination's grid managementMelanie Thielker2014-11-101-2/+4
| * set udp SocketOptionName.ReuseAddress to false, to not allow two regionsUbitUmarov2014-10-301-0/+2
| * Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads."Melanie Thielker2014-10-131-17/+1
| * *TEST* send udp sync. Stop uncontroled and hidden use of IO threads.UbitUmarov2014-10-131-1/+17
| * Merge branch 'master' into careminsterMelanie2013-10-041-7/+32
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-07-241-8/+64
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-12-211-5/+8
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-151-25/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-231-5/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-171-6/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-161-17/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-12-091-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-051-4/+0
* | | | | | | | | | Squooshed a warning that could result in a runtime null pointer exception. It...Diva Canto2015-06-141-1/+1
* | | | | | | | | | increased IPv4 TTL of LLUDP SocketsFreaky Tech2015-03-031-0/+11
* | | | | | | | | | Add debugging code for simulating packet loss in outgoing UDP packets. TheMic Bowman2014-12-291-0/+66
* | | | | | | | | | Stop Mono 3.2.8 from binding a UDP socket to a port already in use.Justin Clark-Casey (justincc)2014-11-251-0/+6
* | | | | | | | | | refactor: Move LLUDPServer console commands into their own class.Justin Clark-Casey (justincc)2014-11-251-6/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Instead of swallowing any socket begin/end receive exceptions, log them for d...Justin Clark-Casey (justincc)2013-09-251-7/+32
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add clientstack.OutgoingUDPSendsCount stat to show number of outbound UDP pac...Justin Clark-Casey (justincc)2013-07-231-0/+7
* | | | | | | | Record raw number of UDP receives as clientstack.IncomingUDPReceivesCountJustin Clark-Casey (justincc)2013-07-231-1/+7
* | | | | | | | Add AverageUDPProcessTime stat to try and get a handle on how long we're taki...Justin Clark-Casey (justincc)2013-07-231-0/+39
* | | | | | | | minor: provide user feedback in the log for now when udp in/out bound threads...Justin Clark-Casey (justincc)2013-07-211-4/+8
* | | | | | | | Do some simple queue empty checks in the main outgoing udp loop instead of al...Justin Clark-Casey (justincc)2013-07-211-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of int...Justin Clark-Casey (justincc)2012-12-191-5/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Make PacketPool class stats pull stats instead of push stats so they can be l...Justin Clark-Casey (justincc)2012-11-151-1/+1
* | | | | | Add IncomingPacketsProcessedCount stat for diagnostics.Justin Clark-Casey (justincc)2012-11-151-24/+7
| |_|_|_|/ |/| | | |
* | | | | Make it possible to turn the base UDP object packet pools on and off whilst r...Justin Clark-Casey (justincc)2012-10-231-21/+45
* | | | | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2012-10-231-0/+17
| |_|_|/ |/| | |
* | | | Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...Justin Clark-Casey (justincc)2012-10-161-6/+25
| |_|/ |/| |
* | | Make it possible to separate start and stop lludp packet processing from the ...Justin Clark-Casey (justincc)2012-10-161-17/+27
| |/ |/|
* | Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-1/+1
|/
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+284