Commit History

Автор SHA1 Съобщение Дата
  Sajin dc8c4239c6 Experiment scripts преди 2 години
  Sajin b9f44fd981 Setting clients_test to 10 epochs. Adding some extra delay at the start for client connections and Waksman precompute преди 2 години
  Sajin Sasy 9f2ce8288b Merge branch 'main' into Clients преди 2 години
  Sajin e334d414bb Tweaks to launcher. Takes optional log_folder and epoch_duration as parameters; used in the experiment scripts преди 2 години
  Sajin 7b3d582318 Removing the -q option which is not used anymore преди 2 години
  Sajin cdd53b1052 Minor tweaks to client simulator (IP address and port ranges). Client launch tweaked to store logs for experiment scripting. Client simulator is tailored for 8 threads for now. преди 2 години
  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 преди 2 години
  Sajin 9775d8e843 Fix for initializing NodeIO variables to 0. (Resolves the server crash when instantiating experiments with >18 servers) преди 2 години
  Ian Goldberg 6534d81042 Fix a memory leak преди 2 години
  Ian Goldberg 2702840bcc Missing initializers in the NodeIO constructor преди 2 години
  Sajin Sasy 27e62db661 Fixed client IP and port selection. Now binds to chosen IP and port pair correctly. преди 2 години
  Sajin Sasy 1df4dbf38f Client ifdef options to pick unique IP and ports and randomize sleep delays преди 2 години
  Sajin Sasy 253c202350 Closing server application after 50 epochs преди 2 години
  Sajin Sasy 3753edc35a Fixed Bad Address error. (send_client_mailbox was using msgbundle_size instead of mailbox_size) преди 2 години
  Ian Goldberg df7e017f7f Don't crash for WNEvalPlans where N=2 and nthreads>1 преди 2 години
  Ian Goldberg 2c240b140a Const correctness in WNEvalPlan::dump() преди 2 години
  Sajin Sasy 4a93e08dd4 Removing debug printfs from storage преди 2 години
  Sajin Sasy f15b914acd Minor tweaks for nomenclature consistency of msgbundles and mailboxes преди 2 години
  Sajin Sasy 6ae7a706ca Generate (fixed generation error) and verify tokens for private channel messages преди 2 години
  Sajin Sasy 1ed7f51b82 Fixed the bug with distibuting clients over their ingestion servers. Clients are now distributed over ingestion servers with the same modulo calculation like clients to storage server mapping преди 2 години
  Sajin Sasy 5a46a77779 Fixing and seperating sizes on msgbundles (the messages clients send each epoch, which has tokens alongside the messages) and mailbox (the messages clients receive each epoch, which do NOT have tokens) преди 2 години
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated преди 2 години
  Sajin Sasy c411e07295 Changes to client for server-driven epochs. Clients do all read and writes asynchronously using boost::async_read/write. Clients use tokens received by the storage server for sending message bundles преди 2 години
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) преди 2 години
  Sajin Sasy 85599806fd Clients and Storage servers generate a shared secret key преди 2 години
  Sajin Sasy f6495a81e2 Removing testing snippet incompatible with new client structure преди 2 години
  Sajin Sasy b6f94bc83a Fixed a silent bug with client authentication failing since IV has to be SGX_AESGCM_IV_SIZE. Split client structures into Enclave/Client and moved client authentication there for use by storage module as well преди 2 години
  Sajin Sasy a6eb344280 If authentication fails, don't accept client messages on that socket преди 2 години
  Sajin Sasy fe1740b505 Fixing server sleep time between epochs преди 2 години
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers преди 2 години