]> Sergey Matveev's repositories - btrtrc.git/blobdiff - connection.go
Add comments
[btrtrc.git] / connection.go
index f063054f3549fcddd239384e83031da7d5e6ced8..289d20a80bd18c6dba13c0bc096a402d468adaaf 100644 (file)
@@ -1065,8 +1065,8 @@ func (c *connection) onReadRequest(r request) error {
        return nil
 }
 
-// Processes incoming bittorrent messages. The client lock is held upon entry
-// and exit. Returning will end the connection.
+// Processes incoming BitTorrent wire-protocol messages. The client lock is held upon entry and
+// exit. Returning will end the connection.
 func (c *connection) mainReadLoop() (err error) {
        defer func() {
                if err != nil {