mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
docs(agent_config.go): update KeepaliveInterval default value to 2 sec
Update documentation for KeepaliveInterval to match defaultKeepaliveInterval constant
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ type AgentConfig struct {
|
||||
|
||||
// KeepaliveInterval determines how often should we send ICE
|
||||
// keepalives (should be less then connectiontimeout above)
|
||||
// when this is nil, it defaults to 10 seconds.
|
||||
// when this is nil, it defaults to 2 seconds.
|
||||
// A keepalive interval of 0 means we never send keepalive packets
|
||||
KeepaliveInterval *time.Duration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user