diff options
Diffstat (limited to 'pkg/config')
| -rw-r--r-- | pkg/config/config.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index c620e4a..1253f04 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,8 +1,12 @@ package config +import "time" + const SockType = "unixpacket" const SockPath = "/tmp/tunnel.sock" const TimeFormat = "2006-01-02 15:04:05" const BufSize = 1024 + +const IoTimeout = 5 * time.Second |
