Historique des commits

Auteur SHA1 Message Date
  Ian Goldberg d1cc60bfdc Nomenclature change: public/private channels become ID/token channels il y a 9 mois
  Ian Goldberg 46e6ab74a4 Minor touchups to App/start.cpp il y a 1 an
  Ian Goldberg 1b285acd68 What was called epoch_duration is really epoch_wait_time il y a 1 an
  Ian Goldberg 2f6d22da17 More sleep timing touchups il y a 1 an
  Ian Goldberg d2b97fef39 Plot the epochs, rounds, and precomputation phases il y a 1 an
  Sajin e9ffbac9c0 Tweaks to correct background/foreground mode split. Increased epoch durations m=2 il y a 1 an
  Sajin 2c0a7349f3 Minor fix il y a 1 an
  Sajin d2e4f3fd15 Switching to only do foreground WN precomputations il y a 1 an
  Sajin 9d3ee2a3ee Run_experiments does a diagnostic run, then sets the parameters (epoch_duration, num_WN_to_precompute, enclave memory) for the actual experiment based on these parameters il y a 1 an
  Sajin 216c2facdd Initial sleep just one epoch il y a 1 an
  Sajin Sasy b2e7257589 Sum up bytes sent. Print and refresh it every epoch. il y a 1 an
  Sajin b9f44fd981 Setting clients_test to 10 epochs. Adding some extra delay at the start for client connections and Waksman precompute il y a 1 an
  Sajin 46092807eb epoch_duration removed from enclave_api.h (clients don't need epoch_durations). Epoch_duration taken as a command line parameter for experiment script to tune that depending on the experiment. Log connected clients to confirm the number of active clients il y a 1 an
  Sajin Sasy 253c202350 Closing server application after 50 epochs il y a 1 an
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated il y a 1 an
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) il y a 1 an
  Sajin Sasy fe1740b505 Fixing server sleep time between epochs il y a 1 an
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers il y a 1 an
  Sajin Sasy 5c075a96a4 Synchronize client simulator and ingestion servers il y a 1 an
  Sajin Sasy 76de7e1ba6 Merging main il y a 1 an
  Sajin Sasy 4e6f8ee07d Ingestion processing uses the ingbuf in route_state now. Removed unnecessary memcpy's in ingestion processing. Clients maintain a SimID and a ClientID, and send messages to the correct ClientID format. il y a 1 an
  Ian Goldberg 8161930588 Refill the Waksman network sizes we've actually used each epoch il y a 1 an
  Ian Goldberg f6640a173e Oblivious part of storage processing for private routing il y a 1 an
  Ian Goldberg d032e38c83 Proceed correctly when not all nodes have all roles il y a 1 an
  Ian Goldberg 565d5a2ba5 Launch epochs no more often than every epoch_interval_us microseconds il y a 1 an
  Ian Goldberg 57c1d8a441 Be able to run multiple epochs il y a 1 an
  Ian Goldberg 2562d9ac86 Rather than pre-allocating an array of randomness pools, just give each thread its own thread-local randomness pool il y a 1 an
  Ian Goldberg 3811f012ef Round 2 of private routing complete il y a 1 an
  Ian Goldberg 61fe90b6d6 Start round 2 il y a 1 an
  Ian Goldberg 444af7fc6d Send the round 1 messages il y a 1 an