|
|
@ -10,11 +10,11 @@ |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
#include <stdint.h> |
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
#define ISSUERIP "127.0.0.1" |
|
|
#define ISSUERIP "192.168.10.11" |
|
|
#define ISSUERPORT 6590 |
|
|
#define ISSUERPORT 6590 |
|
|
#define MEMBERIP "127.0.0.1" |
|
|
#define MEMBERIP "192.168.10.12" |
|
|
#define MEMBERPORT 6591 |
|
|
#define MEMBERPORT 6591 |
|
|
#define VERIFIERIP "127.0.0.1" |
|
|
#define VERIFIERIP "192.168.10.10" |
|
|
#define VERIFIERPORT 6592 |
|
|
#define VERIFIERPORT 6592 |
|
|
|
|
|
|
|
|
#define MAX_CLIENTS 10 |
|
|
#define MAX_CLIENTS 10 |
|
|
|