| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -41/+41 |
* | Remove the AllowAlternatePorts option. It wasn't implemented anyway. | Melanie Thielker | 2016-12-13 | 1 | -0/+8 |
* | Make sure sims on Linux can be restarted without waiting on a 2 mintue socket... | Melanie Thielker | 2016-12-13 | 1 | -5/+7 |
* | work around some warnings | UbitUmarov | 2016-11-21 | 1 | -0/+5 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -5/+5 |
|\ |
|
| * | Remove JustinCCs UDP patch - it is harmful to Avination's grid management | Melanie Thielker | 2014-11-10 | 1 | -2/+4 |
| * | set udp SocketOptionName.ReuseAddress to false, to not allow two regions | UbitUmarov | 2014-10-30 | 1 | -0/+2 |
| * | Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads." | Melanie Thielker | 2014-10-13 | 1 | -17/+1 |
| * | *TEST* send udp sync. Stop uncontroled and hidden use of IO threads. | UbitUmarov | 2014-10-13 | 1 | -1/+17 |
| * | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -7/+32 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -8/+64 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2012-12-21 | 1 | -5/+8 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-11-15 | 1 | -25/+8 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-10-23 | 1 | -5/+46 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-10-17 | 1 | -6/+25 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-10-16 | 1 | -17/+27 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'master' into bigmerge | Melanie | 2011-12-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 1 | -4/+0 |
* | | | | | | | | | | Squooshed a warning that could result in a runtime null pointer exception. It... | Diva Canto | 2015-06-14 | 1 | -1/+1 |
* | | | | | | | | | | increased IPv4 TTL of LLUDP Sockets | Freaky Tech | 2015-03-03 | 1 | -0/+11 |
* | | | | | | | | | | Add debugging code for simulating packet loss in outgoing UDP packets. The | Mic Bowman | 2014-12-29 | 1 | -0/+66 |
* | | | | | | | | | | Stop Mono 3.2.8 from binding a UDP socket to a port already in use. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -0/+6 |
* | | | | | | | | | | refactor: Move LLUDPServer console commands into their own class. | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -6/+6 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Instead of swallowing any socket begin/end receive exceptions, log them for d... | Justin Clark-Casey (justincc) | 2013-09-25 | 1 | -7/+32 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Add clientstack.OutgoingUDPSendsCount stat to show number of outbound UDP pac... | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -0/+7 |
* | | | | | | | | Record raw number of UDP receives as clientstack.IncomingUDPReceivesCount | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -1/+7 |
* | | | | | | | | Add AverageUDPProcessTime stat to try and get a handle on how long we're taki... | Justin Clark-Casey (justincc) | 2013-07-23 | 1 | -0/+39 |
* | | | | | | | | minor: provide user feedback in the log for now when udp in/out bound threads... | Justin Clark-Casey (justincc) | 2013-07-21 | 1 | -4/+8 |
* | | | | | | | | Do some simple queue empty checks in the main outgoing udp loop instead of al... | Justin Clark-Casey (justincc) | 2013-07-21 | 1 | -3/+3 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Disable UDPPacketBuffer pooling for now to resolve an issue on Windows of int... | Justin Clark-Casey (justincc) | 2012-12-19 | 1 | -5/+8 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Make PacketPool class stats pull stats instead of push stats so they can be l... | Justin Clark-Casey (justincc) | 2012-11-15 | 1 | -1/+1 |
* | | | | | | Add IncomingPacketsProcessedCount stat for diagnostics. | Justin Clark-Casey (justincc) | 2012-11-15 | 1 | -24/+7 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Make it possible to turn the base UDP object packet pools on and off whilst r... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -21/+45 |
* | | | | | Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -0/+17 |
| |_|_|/
|/| | | |
|
* | | | | Add optional pool for the UDPPacketBuffer objects that handle all incoming UD... | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -6/+25 |
| |_|/
|/| | |
|
* | | | Make it possible to separate start and stop lludp packet processing from the ... | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -17/+27 |
| |/
|/| |
|
* | | Reactivate BasicCircuitTests.TestAddClient() | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
|/ |
|
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -0/+284 |