WIP
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
package m
|
||||
|
||||
type PeerInitArgs struct {
|
||||
WGPubKey []byte
|
||||
WGPubKey []byte
|
||||
SignPubKey []byte
|
||||
}
|
||||
|
||||
type PeerInitResp struct {
|
||||
@@ -18,8 +19,9 @@ type Peer struct {
|
||||
Addr4 []byte
|
||||
Addr6 []byte
|
||||
Port uint16
|
||||
Relay bool
|
||||
WGPubKey []byte
|
||||
Relay bool
|
||||
WGPubKey []byte
|
||||
SignPubKey []byte
|
||||
}
|
||||
|
||||
type NetworkState struct {
|
||||
|
||||
Reference in New Issue
Block a user