Major update - symmetric encryption, UDP hole punching, code cleanup.
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -20,7 +20,6 @@ TABLE peers OF Peer (
|
||||
Name string,
|
||||
PublicIP []byte,
|
||||
Port uint16,
|
||||
Mediator bool,
|
||||
EncPubKey []byte NoUpdate,
|
||||
SignPubKey []byte NoUpdate
|
||||
Relay bool,
|
||||
PubKey []byte NoUpdate
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user