adding peer/contactcard attributes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2026-03-03 10:46:25 +01:00
parent 8836d5c591
commit fab5818ec7
7 changed files with 546 additions and 194 deletions

View File

@@ -0,0 +1,7 @@
@startuml
ClientFdThread -> Lib : write poll job list
ClientFdThread -> ClientBgThread : notify job ?
ClientBgThread -> Lib : poll for servers
ClientBgThread -> ClientFdThread : notify message here
ClientFdThread -> Lib : Read redeived message and update db
@enduml