Youngjoon Lee
|
091a60ae4e
|
print node ID as integer in logging (#54)
|
2024-11-15 11:19:28 +09:00 |
|
Youngjoon Lee
|
590e9c289f
|
Remove log of immediate forwardings (#52)
|
2024-11-15 11:19:04 +09:00 |
|
Youngjoon Lee
|
97cbd536f4
|
log emissions (#48)
|
2024-11-09 11:48:44 +09:00 |
|
Youngjoon Lee
|
29ce6e953e
|
Fix cache (#47)
Co-authored-by: Daniel Sanchez Quiros <sanchez.quiros.daniel@gmail.com>
|
2024-11-09 11:36:40 +09:00 |
|
Youngjoon Lee
|
b66d7abf9d
|
Add msg type in the log (#46)
|
2024-11-09 11:36:26 +09:00 |
|
Youngjoon Lee
|
8147b7d718
|
Use logging instead of storing payload IDs in state (#42)
|
2024-11-08 19:14:27 +09:00 |
|
Youngjoon Lee
|
5a0412ff83
|
Measure both data and cover message counts (#40)
|
2024-11-08 18:00:25 +09:00 |
|
Youngjoon Lee
|
2e85190a22
|
Use TimedCache to avoid OOM (#39)
* use TimedCache to avoid OOM
* add comment
|
2024-11-08 17:42:21 +09:00 |
|
Youngjoon Lee
|
631c1a6916
|
Store PayloadIds in the state to measure latency (#34)
* Store `MessageId`s in the state to measure latency
* Use String for PayloadId
|
2024-11-08 06:25:13 +01:00 |
|
Youngjoon Lee
|
fb1894fb8c
|
Exclude peer who forwarded a message when forwarding the message (#32)
Co-authored-by: Daniel Sanchez <3danimanimal@gmail.com>
|
2024-11-08 05:20:30 +01:00 |
|
Daniel Sanchez
|
3d1bd0dc18
|
Include cover traffic (#31)
* Include cover traffic
* Remove branch from cargo
* Fix sim configuration
* Fix rebase
* Clippy happy
|
2024-11-08 05:09:46 +01:00 |
|
gusto
|
786942ad70
|
Simlib tracing level (#33)
* Ignore cargo.lock
* Add trace level and keep worker guard
|
2024-11-08 04:57:00 +02:00 |
|
Youngjoon Lee
|
6bc6193e7a
|
Immediate forwarding (#30)
* Immediate forwarding
* use uuid instead of payload datastructure
|
2024-11-08 11:14:30 +09:00 |
|
Youngjoon Lee
|
26f7db8322
|
use num_messages_broadcasted for warding; (#28)
Co-authored-by: Gusto <bacvinka@gmail.com>
|
2024-11-08 10:15:18 +09:00 |
|
Daniel Sanchez
|
ff2c1b4271
|
Restructure crates (#24)
* Rename to netrunner
* Refactor sims structure
* Add missing workspace cargo
* Rebase changes
* Rebase changes
* Rebase changes
* Fix tests
|
2024-11-07 06:05:56 +01:00 |
|