mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 11:28:59 +00:00
Correct commentary for ConnectionStats
Related to https://github.com/syncthing/syncthing-android/issues/473 and 944d9c84a0
ConnectionStats returns connection information for all devices, even when disconnected.
This commit is contained in:
parent
e3c55ef307
commit
593632045d
@ -261,7 +261,7 @@ func (info ConnectionInfo) MarshalJSON() ([]byte, error) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// ConnectionStats returns a map with connection statistics for each connected device.
|
// ConnectionStats returns a map with connection statistics for each device.
|
||||||
func (m *Model) ConnectionStats() map[string]interface{} {
|
func (m *Model) ConnectionStats() map[string]interface{} {
|
||||||
type remoteAddrer interface {
|
type remoteAddrer interface {
|
||||||
RemoteAddr() net.Addr
|
RemoteAddr() net.Addr
|
||||||
|
Loading…
Reference in New Issue
Block a user