1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-11-04 20:40:57 +00:00

added default peer::type, PEER_UNVERIFIED

This commit is contained in:
2022-01-30 19:22:02 -06:00
parent 282516797e
commit 9291dbf823
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
#include "lrsa.h"
typedef enum {
PEER_UNVERIFIED,
,
PEER_BOT,
PEER_CNC, /* cnc 2 cnc communication */
PEER_AUTH /* authorized peers can send commands to cnc */