Peers are now dumped on shutdown in a persistence cache and reloaded on startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching.
This commit is contained in:
@@ -3,7 +3,7 @@ CXX=g++
|
||||
|
||||
INCLUDES=
|
||||
ARCH=$(shell uname -m)
|
||||
DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux" -DZT_TRACE
|
||||
DEFS=-DZT_ARCH="$(ARCH)" -DZT_OSNAME="linux"
|
||||
LIBS=
|
||||
|
||||
# Uncomment for a release optimized build
|
||||
|
||||
Reference in New Issue
Block a user