This commit is contained in:
vyzo 2018-05-12 08:20:04 +03:00
parent 81477e5d53
commit ce8aa43832
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
type NATStatus int
const (
// NAT status is unknown; this means that the ambient serice has not been
// NAT status is unknown; this means that the ambient service has not been
// able to decide the presence of NAT in the most recent attempt to test
// dial through known autonat peers. initial state.
NATStatusUnknown NATStatus = iota