]> Sergey Matveev's repositories - btrtrc.git/blobdiff - tracker/udp/client.go
Doc comments
[btrtrc.git] / tracker / udp / client.go
index aea3ec91fe69f5c552f4ba5259a30dc77778918a..8b072e62fef4b8db7b3027814ce7da4cb8a98293 100644 (file)
@@ -11,6 +11,8 @@ import (
        "time"
 )
 
+// Client interacts with UDP trackers via its Writer and Dispatcher. It has no knowledge of
+// connection specifics.
 type Client struct {
        mu           sync.Mutex
        connId       ConnectionId