Browse Source

update estimated transitory network ID appearance lifetime

Adam Pritchard 1 year ago
parent
commit
9a92e8470b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/common/networkid/networkid_windows.go

+ 1 - 1
psiphon/common/networkid/networkid_windows.go

@@ -243,7 +243,7 @@ var workThread struct {
 
 // Get returns the compound network ID; see [psiphon.NetworkIDGetter] for details.
 // This function is safe to call concurrently from multiple goroutines.
-// Note that if this function is called immediately after a network change (within ~100ms)
+// Note that if this function is called immediately after a network change (within ~2000ms)
 // a transitory Network ID may be returned that will change on the next call. The caller
 // may wish to delay responding to a new Network ID until the value is confirmed.
 func Get() (string, error) {