connection.go | 5 ++++- diff --git a/connection.go b/connection.go index 05b037ab0d634a3714c1ba7396d627f14ccfa75f..eaabaacaa66510a8dcb557a2e931749f8445b14c 100644 --- a/connection.go +++ b/connection.go @@ -176,8 +176,11 @@ // Inspired by https://trac.transmissionbt.com/wiki/PeerStatusText if len(cn.Requests) != 0 { c('D') } + if !cn.Interested { + c('z') + } if cn.PeerChoked && cn.Interested { - c('d') + c('i') } if !cn.Choked { if cn.PeerInterested {