mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 05:46:30 +03:00
Try to exchange MTUs when creating sessions
This commit is contained in:
@@ -223,6 +223,7 @@ func (a *admin) getData_getSessions() []admin_nodeInfo {
|
||||
info := admin_nodeInfo{
|
||||
{"IP", net.IP(sinfo.theirAddr[:]).String()},
|
||||
{"coords", fmt.Sprint(sinfo.coords)},
|
||||
{"MTU", fmt.Sprint(sinfo.getMTU())},
|
||||
}
|
||||
infos = append(infos, info)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user