Commit History

Autor SHA1 Mensaxe Data
  Aaron Johnson 9aa189d357 adding ifdef for TightCompaction printf timing outputs hai 1 ano
  Aaron Johnson 3e2323dedd adding private_routing option to config hai 1 ano
  Ian Goldberg 2702840bcc Missing initializers in the NodeIO constructor hai 1 ano
  Aaron Johnson 38037fcaa5 improving implementation of public-channel storage operations hai 1 ano
  Sajin Sasy 27e62db661 Fixed client IP and port selection. Now binds to chosen IP and port pair correctly. hai 1 ano
  Aaron Johnson 573d434674 adding public routing to storage servers hai 1 ano
  Sajin Sasy 1df4dbf38f Client ifdef options to pick unique IP and ports and randomize sleep delays hai 1 ano
  Sajin Sasy 253c202350 Closing server application after 50 epochs hai 1 ano
  Sajin Sasy 3753edc35a Fixed Bad Address error. (send_client_mailbox was using msgbundle_size instead of mailbox_size) hai 1 ano
  Aaron Johnson 08627ebc52 Merge branch 'main' into aaron/public-channel hai 1 ano
  Aaron Johnson 8824da2d85 Merge branch 'aaron/public-channel' of git-crysp.uwaterloo.ca:teems/code into aaron/public-channel hai 1 ano
  Aaron Johnson 5fb09e8886 adding in public routing steps hai 1 ano
  Aaron Johnson 5ff489cffe adding in public routing steps hai 1 ano
  Ian Goldberg df7e017f7f Don't crash for WNEvalPlans where N=2 and nthreads>1 hai 1 ano
  Ian Goldberg 2c240b140a Const correctness in WNEvalPlan::dump() hai 1 ano
  Sajin Sasy 4a93e08dd4 Removing debug printfs from storage hai 1 ano
  Sajin Sasy f15b914acd Minor tweaks for nomenclature consistency of msgbundles and mailboxes hai 1 ano
  Sajin Sasy 6ae7a706ca Generate (fixed generation error) and verify tokens for private channel messages hai 1 ano
  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 hai 1 ano
  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) hai 1 ano
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated hai 1 ano
  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 hai 1 ano
  Aaron Johnson c4eefe6c30 fixing byte counting hai 1 ano
  Aaron Johnson 1652b014e0 fixing byte counting hai 1 ano
  Aaron Johnson fc72e6414a adding counting bytes sent to NodeIO hai 1 ano
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) hai 1 ano
  Sajin Sasy 85599806fd Clients and Storage servers generate a shared secret key hai 1 ano
  Sajin Sasy f6495a81e2 Removing testing snippet incompatible with new client structure hai 1 ano
  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 hai 1 ano
  Sajin Sasy a6eb344280 If authentication fails, don't accept client messages on that socket hai 1 ano