Skip to content

Commit

Permalink
Update documentation on default client options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Al S-M committed Sep 30, 2015
1 parent 18fcc52 commit 28e323f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions options.go
Expand Up @@ -67,8 +67,11 @@ type ClientOptions struct {
// default values.
// Port: 1883
// CleanSession: True
// Timeout: 30 (seconds)
// Tracefile: os.Stdout
// Order: True
// KeepAlive: 30 (seconds)
// ConnectTimeout: 30 (seconds)
// MaxReconnectInterval 10 (minutes)
// AutoReconnect: True
func NewClientOptions() *ClientOptions {
o := &ClientOptions{
Servers: nil,
Expand Down

0 comments on commit 28e323f

Please sign in to comment.