diff --git a/conn.go b/conn.go index d2a7464..32da3a8 100644 --- a/conn.go +++ b/conn.go @@ -32,6 +32,7 @@ import ( "net" "strings" "sync" + "time" ) const CHUNK_SIZE = 1024