Skip to content

Commit

Permalink
Merge pull request #1938 from dedis/work-be1-stuart-etienne-rumor-wit…
Browse files Browse the repository at this point in the history
…h-vector-clock

[BE1] Upgrade gossip rumor with vector clock
  • Loading branch information
sgueissa authored Jun 26, 2024
2 parents 7c5617c + 5ba62b2 commit 4945cad
Show file tree
Hide file tree
Showing 42 changed files with 2,206 additions and 353 deletions.
16 changes: 16 additions & 0 deletions be1-go/configServer4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"public-key" : "",
"server-address" : "ws://127.0.0.1:9007/server",
"client-address" : "ws://127.0.0.1:9006/client",
"server-public-address" : "localhost",
"server-listen-address" : "localhost",
"auth-server-address" : "localhost",
"client-port" : 9006,
"server-port" : 9007,
"auth-port" : 9204,
"other-servers": [
"localhost:9003",
"localhost:9001"
],
"database-path" : "./database-d/sqlite.db"
}
16 changes: 16 additions & 0 deletions be1-go/configServer5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"public-key" : "",
"server-address" : "ws://127.0.0.1:9009/server",
"client-address" : "ws://127.0.0.1:9008/client",
"server-public-address" : "localhost",
"server-listen-address" : "localhost",
"auth-server-address" : "localhost",
"client-port" : 9008,
"server-port" : 9009,
"auth-port" : 9204,
"other-servers": [
"localhost:9007",
"localhost:9003"
],
"database-path" : "./database-e/sqlite.db"
}
Loading

0 comments on commit 4945cad

Please sign in to comment.