Merge pull request #2450 from syncthing/Zillode-patch-1
Correct commentary for ConnectionStats
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user