Ian Goldberg
|
9302a275e5
Touch up App/net.{cpp,hpp}
|
před 1 rokem |
Ian Goldberg
|
65c2cb68db
Log and plot the times ingestion starts and ends
|
před 1 rokem |
Sajin
|
536f8f14d5
Profiling time taken to send client mailboxes
|
před 1 rokem |
Sajin Sasy
|
b2e7257589
Sum up bytes sent. Print and refresh it every epoch.
|
před 1 rokem |
Sajin Sasy
|
2466f062ed
Resolving merge conflict
|
před 1 rokem |
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
|
před 1 rokem |
Sajin Sasy
|
f15b914acd
Minor tweaks for nomenclature consistency of msgbundles and mailboxes
|
před 1 rokem |
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)
|
před 1 rokem |
Sajin Sasy
|
7f14b5308a
Storage servers send back token bundles and messages every epoch to clients that have authenticated
|
před 1 rokem |
Aaron Johnson
|
fc72e6414a
adding counting bytes sent to NodeIO
|
před 1 rokem |
Sajin Sasy
|
0f2f054510
Storage servers provide first epoch token bundles to clients when they authenticate. (Currently without using epoch no in token computation)
|
před 1 rokem |
Sajin Sasy
|
c762dc289c
Clients authenticate with epoch number as IV. Client messages (both authenticate and message_bundles) no longer use headers
|
před 1 rokem |
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
|
před 1 rokem |
Sajin Sasy
|
461aca4bf9
Revert "Syncing to debug acceptor problem"
|
před 1 rokem |
Sajin Sasy
|
192acaccb0
Syncing to debug acceptor problem
|
před 1 rokem |
Sajin Sasy
|
1f36f457c3
Merged main
|
před 1 rokem |
Sajin Sasy
|
aa86ecf9c1
Client -> Ingestion send (unencrypted) message bundles. Ingestion servers queue them into a msgBuffer
|
před 1 rokem |
Ian Goldberg
|
61fe90b6d6
Start round 2
|
před 1 rokem |
Sajin Sasy
|
9422c28caf
Client single async connect to Server (App)
|
před 1 rokem |
Ian Goldberg
|
518cdb8a14
The client acceptor socket needs to be long lived
|
před 1 rokem |
Ian Goldberg
|
68c67d8621
More towards private routing
|
před 1 rokem |
Ian Goldberg
|
fb55160555
Create some messages to raw ingest
|
před 1 rokem |
Ian Goldberg
|
f98d4bd65c
Change MAXCHUNKSIZE to FRAME_SIZE and move it to enclave_api.h
|
před 1 rokem |
Ian Goldberg
|
6b3139b84c
Forward received data into the enclave
|
před 1 rokem |
Ian Goldberg
|
dd2f2be3d0
Actually send outgoing data from the enclave
|
před 1 rokem |
Ian Goldberg
|
ae76624b90
Stubs for the I/O functions in and out of the enclave
|
před 1 rokem |
Ian Goldberg
|
d17365c8ea
Rename App/config.* to App/appconfig.*
|
před 1 rokem |
Ian Goldberg
|
3a506cf620
Nodes can now asynchronously receive data using callbacks
|
před 1 rokem |
Ian Goldberg
|
1d77726a88
Nodes can send each other data asynchronously
|
před 1 rokem |
Ian Goldberg
|
a476377b16
The nodes now all establish TCP connections with each other
|
před 1 rokem |