]> Sergey Matveev's repositories - btrtrc.git/blobdiff - connection.go
Improve uploading/seeding
[btrtrc.git] / connection.go
index 943e1a7cfcc29271dd99c499739678bedeedee54..a57462b3dcae273ece65a8920a12566cd4c2033d 100644 (file)
@@ -52,6 +52,7 @@ type connection struct {
        lastMessageReceived     time.Time
        completedHandshake      time.Time
        lastUsefulChunkReceived time.Time
+       lastChunkSent           time.Time
 
        // Stuff controlled by the local peer.
        Interested       bool