Update a link

This commit is contained in:
Matt Joiner 2018-06-09 22:08:24 +10:00
parent f6ed514c3b
commit 3d680f8afc
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ func (cn *connection) utp() bool {
return strings.Contains(cn.remoteAddr().Network(), "utp")
}
// Inspired by https://trac.transmissionbt.com/wiki/PeerStatusText
// Inspired by https://github.com/transmission/transmission/wiki/Peer-Status-Text.
func (cn *connection) statusFlags() (ret string) {
c := func(b byte) {
ret += string([]byte{b})