Historial de Commits

Autor SHA1 Mensaje Fecha
  UbitUmarov ad43cc6784 change llclient async udp packets processing. Removed the shared Jobengine that made only one thread do some packets for all users, and removed the FireAndForget, so each user could issue a unlimited number of threads. Added a new JobEngine per client, so each gets at most one thread,and that thread can be released if iddle (for 5 seconds ) hace 7 años
  UbitUmarov 3ba63dde6e udp is not tcp. If mono versions have bronke udp sento, better update, also having 300 threads because object select is not funny hace 7 años
  UbitUmarov e650a4ff16 remove excessive notion of paralelism hace 7 años
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup hace 7 años
  Melanie Thielker 69776aa70c Remove the AllowAlternatePorts option. It wasn't implemented anyway. hace 7 años
  UbitUmarov b2c553b459 work around some warnings hace 7 años
  UbitUmarov e281876ecd restore higher resolution clock on udpserver and lower uaeraccouts caching time hace 7 años
  UbitUmarov d8812ba2d1 revert to lower resolution clock on udpserver for testing hace 7 años
  UbitUmarov c349a1a5e7 also log estimated average Util.GetTimeStampMS() resolution hace 8 años
  UbitUmarov 94d2422230 change the clock source on udp outgoing, remove some dead code hace 8 años
  UbitUmarov abf423e361 be nicer to PIs (actually linux) hace 8 años
  Melanie Thielker cdfbf78d07 Fields should be protected unless private is required hace 8 años
  Melanie Thielker 68c73951ef Make the LLUDPServerShim inheritable. There is absolutely no reason for hace 8 años
  UbitUmarov bdab95f1d2 dont try to process packets for deleted clients hace 8 años
  UbitUmarov bbe55df6c6 disable useless and totally wrong incoming Pools hace 8 años
  UbitUmarov f7a29ad8b5 minor cleanup hace 8 años
  UbitUmarov 8314987474 tick region health a bit faster hace 8 años
  UbitUmarov 3ca4b6f319 fix the queue type in use hace 8 años
  UbitUmarov a8dc07ff5c removed a protocol breaking lludp debug option that no one should try, 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 hace 9 años
  Robert Adams e5367d822b Merge of ubitworkvarnew with opensim/master as of 20150905. hace 9 años
  Diva Canto dac8edd5dd Transformed the LLUDP ad-hoc plugin into a region module. It works. hace 9 años
  UbitUmarov a11edceb00 seems to compile ( tests comented out) hace 9 años
  UbitUmarov 371c9dd2af bad merge? hace 9 años
  Oren Hurvitz 20af31f18e Fixed mistakes related to confusion between Environment.TickCount (milliseconds) and TimeSpan.TicksPerXXX (10000 x milliseconds) hace 9 años
  Melanie Thielker 7aa171e49f Maybe reduce incidence of ghost avatars hace 9 años
  Justin Clark-Casey (justincc) 155da5aad2 Add debug ability to ignore reliably sent packets that are not acknowledged. hace 9 años
  Justin Clark-Casey (justincc) 55e081548c Fix bug where gathering the clientstack..OutgoingPacketsQueuedCount stat would fail with a casting exception for scenes with NPCs hace 9 años
  Justin Clark-Casey (justincc) 8e1e8a0920 Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions. hace 9 años
  Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. hace 9 años
  Justin Clark-Casey (justincc) d6c9705a3b Add incoming packet async handling engine to queue some inbound udp async requests. hace 10 años