mirror of
https://github.com/tim-beatham/smegmesh.git
synced 2025-08-09 13:24:52 +02:00
Implemented the forwarding of packets between meshes
This commit is contained in:
@ -18,6 +18,7 @@ type MeshNode struct {
|
||||
WgHost string
|
||||
Failed bool
|
||||
Timestamp int64
|
||||
Routes []string
|
||||
}
|
||||
|
||||
type Mesh struct {
|
||||
|
Reference in New Issue
Block a user