prologin.udbsync.server module¶
UDBSync server: sends UDB changes to UDBSync clients.
-
class
prologin.udbsync.server.SyncServer(pub_secret, sub_secret, port)¶ Bases:
prologin.synchronisation.Server-
get_initial_backlog()¶ Return the initial state of updates as a list.
Users must give an implementation for this method.
-