Skip to content
Snippets Groups Projects
Commit d0faf49d authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 06b74104
No related branches found
No related tags found
No related merge requests found
...@@ -302,7 +302,7 @@ func serveMetrics() { ...@@ -302,7 +302,7 @@ func serveMetrics() {
## Notes ## Notes
- `server.go` is now `ubiserver.go`. - `server.go` is now `ubiserver.go`.
- trees should default to height 4, each level 32-wide - trees should default to depth 4, each level 32-wide
The distro includes a simple `bld` script that rebuilds the protobuf The distro includes a simple `bld` script that rebuilds the protobuf
interface and creates executables `ubiserver`, `cli`, and `l`. interface and creates executables `ubiserver`, `cli`, and `l`.
...@@ -362,7 +362,7 @@ combined: sha256_32_B5XMMYDZ2WFBHXRRICT7WMRSYEMTYGINA6UBVICJAAU6GPJ2RSBA==== ...@@ -362,7 +362,7 @@ combined: sha256_32_B5XMMYDZ2WFBHXRRICT7WMRSYEMTYGINA6UBVICJAAU6GPJ2RSBA====
"sha256_32_EMWG6JUKVXSLYUE4UWUR6HJIITXFJFF4S5DGQLEJ5QDLWFW3CSLQ====" "sha256_32_EMWG6JUKVXSLYUE4UWUR6HJIITXFJFF4S5DGQLEJ5QDLWFW3CSLQ===="
``` ```
**Test 3 (10 pts):** Now do the same w/ a tree of height 2: **Test 3 (10 pts):** Now do the same w/ a tree of *depth* 2:
``` ```
killall ubiserver killall ubiserver
io:~/818/projects/p4/solution> go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 1000 -D 2 & io:~/818/projects/p4/solution> go run ubiserver.go -b /tmp/blob -s :5001 -S localhost:5002 -p 1000 -D 2 &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment