Add comment

This commit is contained in:
tidwall 2021-04-28 05:09:48 -07:00
parent 48b46f2752
commit 5cf6c4e9f4
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ type Server struct {
hookex expire.List
monconnsMu sync.RWMutex
monconns map[net.Conn]bool
monconns map[net.Conn]bool // monitor connections
}
// Serve starts a new tile38 server