Add a GetConfig method to the Transport struct.
This commit is contained in:
@@ -1156,3 +1156,7 @@ func (t *Transport) GetInterfaces() map[string]common.NetworkInterface {
|
||||
|
||||
return interfaces
|
||||
}
|
||||
|
||||
func (t *Transport) GetConfig() *common.ReticulumConfig {
|
||||
return t.config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user