Commit History

Author SHA1 Message Date
  Sajin Sasy 7f14b5308a Storage servers send back token bundles and messages every epoch to clients that have authenticated 1 year ago
  Sajin Sasy 0f2f054510 Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation) 1 year ago
  Sajin Sasy c762dc289c Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers 1 year ago
  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 year ago
  Sajin Sasy 461aca4bf9 Revert "Syncing to debug acceptor problem" 1 year ago
  Sajin Sasy 192acaccb0 Syncing to debug acceptor problem 1 year ago
  Sajin Sasy 1f36f457c3 Merged main 1 year ago
  Sajin Sasy aa86ecf9c1 Client -> Ingestion send (unencrypted) message bundles. Ingestion servers queue them into a msgBuffer 1 year ago
  Ian Goldberg 61fe90b6d6 Start round 2 1 year ago
  Sajin Sasy 9422c28caf Client single async connect to Server (App) 1 year ago
  Ian Goldberg 518cdb8a14 The client acceptor socket needs to be long lived 1 year ago
  Ian Goldberg 68c67d8621 More towards private routing 1 year ago
  Ian Goldberg fb55160555 Create some messages to raw ingest 1 year ago
  Ian Goldberg f98d4bd65c Change MAXCHUNKSIZE to FRAME_SIZE and move it to enclave_api.h 1 year ago
  Ian Goldberg 6b3139b84c Forward received data into the enclave 1 year ago
  Ian Goldberg dd2f2be3d0 Actually send outgoing data from the enclave 1 year ago
  Ian Goldberg ae76624b90 Stubs for the I/O functions in and out of the enclave 1 year ago
  Ian Goldberg d17365c8ea Rename App/config.* to App/appconfig.* 1 year ago
  Ian Goldberg 3a506cf620 Nodes can now asynchronously receive data using callbacks 1 year ago
  Ian Goldberg 1d77726a88 Nodes can send each other data asynchronously 1 year ago
  Ian Goldberg a476377b16 The nodes now all establish TCP connections with each other 1 year ago
  Ian Goldberg a48982890f A bit of refactoring in preparation for the networking code 1 year ago
  Ian Goldberg c136753b60 Stub for networking code 1 year ago