4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-03 15:27:47 +00:00

Minor Fixes (#1107)

* Minor comment fixes.

* Optimize PeerEntry for memory efficiency

* Improve NodeConfig for memory alignment
This commit is contained in:
Paul Donald
2024-05-27 22:57:28 +02:00
committed by GitHub
parent 5da1fbe397
commit f56f9c124c
5 changed files with 9 additions and 9 deletions

View File

@ -63,7 +63,7 @@ type link struct {
// The remaining fields can only be modified safely from within the links actor
_conn *linkConn // Connected link, if any, nil if not connected
_err error // Last error on the connection, if any
_errtime time.Time // Last time an error occured
_errtime time.Time // Last time an error occurred
}
type linkOptions struct {