提交歷史

作者 SHA1 備註 提交日期
  Ian Goldberg d1cc60bfdc Nomenclature change: public/private channels become ID/token channels 9 月之前
  Ian Goldberg 1ae94b11ed Rename ecall_authenticate to ecall_ingestion_authenticate 1 年之前
  Ian Goldberg a4c89b33b2 In send_client_mailbox, send the tokens and mailboxes to each client in a single async_write call 1 年之前
  Ian Goldberg 9302a275e5 Touch up App/net.{cpp,hpp} 1 年之前
  Ian Goldberg fcd39fd3a5 Add TRACE_SOCKIO tracing for client<->storage server connections 1 年之前
  Ian Goldberg 65c2cb68db Log and plot the times ingestion starts and ends 1 年之前
  Ian Goldberg 9471a0b20e Trace and plot node-to-node messages 1 年之前
  Sajin 536f8f14d5 Profiling time taken to send client mailboxes 1 年之前
  Sajin Sasy 3316adbb1a Changes to support public routing protocol 1 年之前
  Sajin Sasy b2e7257589 Sum up bytes sent. Print and refresh it every epoch. 1 年之前
  Sajin Sasy 2466f062ed Resolving merge conflict 1 年之前
  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 1 年之前
  Sajin 9775d8e843 Fix for initializing NodeIO variables to 0. (Resolves the server crash when instantiating experiments with >18 servers) 1 年之前
  Sajin Sasy 3753edc35a Fixed Bad Address error. (send_client_mailbox was using msgbundle_size instead of mailbox_size) 1 年之前
  Sajin Sasy f15b914acd Minor tweaks for nomenclature consistency of msgbundles and mailboxes 1 年之前
  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) 1 年之前
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated 1 年之前
  Aaron Johnson c4eefe6c30 fixing byte counting 1 年之前
  Aaron Johnson 1652b014e0 fixing byte counting 1 年之前
  Aaron Johnson fc72e6414a adding counting bytes sent to NodeIO 1 年之前
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) 1 年之前
  Sajin Sasy a6eb344280 If authentication fails, don't accept client messages on that socket 1 年之前
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers 1 年之前
  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. 1 年之前
  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 1 年之前
  Sajin Sasy 461aca4bf9 Revert "Syncing to debug acceptor problem" 1 年之前
  Sajin Sasy 192acaccb0 Syncing to debug acceptor problem 1 年之前
  Sajin Sasy 1f36f457c3 Merged main 1 年之前
  Sajin Sasy bda0918bd3 Ingestion processes msgbundle, and queues messages into a msgBuffer 1 年之前
  Sajin Sasy aa86ecf9c1 Client -> Ingestion send (unencrypted) message bundles. Ingestion servers queue them into a msgBuffer 1 年之前