Try to exchange MTUs when creating sessions

This commit is contained in:
Neil Alexander
2018-02-11 23:09:05 +00:00
parent 38567fffef
commit 536974f20c
2 changed files with 20 additions and 0 deletions

View File

@@ -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)
}