Add a GetConfig method to the Transport struct.

This commit is contained in:
2025-07-15 13:40:28 -05:00
parent 7de206447a
commit a80f2bb2ac

View File

@@ -1156,3 +1156,7 @@ func (t *Transport) GetInterfaces() map[string]common.NetworkInterface {
return interfaces
}
func (t *Transport) GetConfig() *common.ReticulumConfig {
return t.config
}