mirror of https://github.com/tidwall/tile38.git
Add comment
This commit is contained in:
parent
6bdc77d59d
commit
47a4e16c0b
|
@ -128,7 +128,7 @@ type Server struct {
|
||||||
hookex expire.List
|
hookex expire.List
|
||||||
|
|
||||||
monconnsMu sync.RWMutex
|
monconnsMu sync.RWMutex
|
||||||
monconns map[net.Conn]bool
|
monconns map[net.Conn]bool // monitor connections
|
||||||
}
|
}
|
||||||
|
|
||||||
// Serve starts a new tile38 server
|
// Serve starts a new tile38 server
|
||||||
|
|
Loading…
Reference in New Issue