add comments

This commit is contained in:
xtaci
2020-01-16 22:11:28 +08:00
parent e7525af09e
commit 5e1b1674e1
+2 -1
View File
@@ -14,8 +14,9 @@ import (
// Config is used to tune the Smux session
type Config struct {
// SMUX Protocol version
// SMUX Protocol version, support 1,2
Version int
// KeepAliveInterval is how often to send a NOP command to the remote
KeepAliveInterval time.Duration