Historial de Commits

Autor SHA1 Mensaje Fecha
  Sajin 536f8f14d5 Profiling time taken to send client mailboxes hace 1 año
  Sajin Sasy 3316adbb1a Changes to support public routing protocol hace 1 año
  Sajin Sasy b2e7257589 Sum up bytes sent. Print and refresh it every epoch. hace 1 año
  Sajin Sasy 2466f062ed Resolving merge conflict hace 1 año
  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 hace 1 año
  Sajin 9775d8e843 Fix for initializing NodeIO variables to 0. (Resolves the server crash when instantiating experiments with >18 servers) hace 1 año
  Sajin Sasy 3753edc35a Fixed Bad Address error. (send_client_mailbox was using msgbundle_size instead of mailbox_size) hace 1 año
  Sajin Sasy f15b914acd Minor tweaks for nomenclature consistency of msgbundles and mailboxes hace 1 año
  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) hace 1 año
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated hace 1 año
  Aaron Johnson c4eefe6c30 fixing byte counting hace 1 año
  Aaron Johnson 1652b014e0 fixing byte counting hace 1 año
  Aaron Johnson fc72e6414a adding counting bytes sent to NodeIO hace 1 año
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) hace 1 año
  Sajin Sasy a6eb344280 If authentication fails, don't accept client messages on that socket hace 1 año
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers hace 1 año
  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. hace 1 año
  Sajin Sasy 1aeb41385b Ingestion servers handle client connections asynchronously correctly (using async_read now). Clients send CLIENTS_AUTHENTICATE message first, then several CLIENT_MESSAGE_BUNDLE messages hace 1 año
  Sajin Sasy 461aca4bf9 Revert "Syncing to debug acceptor problem" hace 1 año
  Sajin Sasy 192acaccb0 Syncing to debug acceptor problem hace 1 año
  Sajin Sasy 1f36f457c3 Merged main hace 1 año
  Sajin Sasy bda0918bd3 Ingestion processes msgbundle, and queues messages into a msgBuffer hace 1 año
  Sajin Sasy aa86ecf9c1 Client -> Ingestion send (unencrypted) message bundles. Ingestion servers queue them into a msgBuffer hace 1 año
  Ian Goldberg 61fe90b6d6 Start round 2 hace 1 año
  Sajin Sasy 9422c28caf Client single async connect to Server (App) hace 1 año
  Ian Goldberg 518cdb8a14 The client acceptor socket needs to be long lived hace 1 año
  Sajin Sasy 7fe40246f7 Sync state to debug client->server async connection hace 1 año
  Ian Goldberg 68c67d8621 More towards private routing hace 1 año
  Ian Goldberg 307b4f7823 Client sockets had the wrong node number in the NodeIO struct hace 1 año
  Ian Goldberg 9e22973195 The enclave side of the untrusted app to enclave I/O hace 1 año